We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1394e24 + 4310e77 commit 29107ccCopy full SHA for 29107cc
README.md
@@ -19,19 +19,19 @@ Create a secret password to be used for this node. Edit the line like this
19
Next create a deployment on the Akash edgenet
20
21
```
22
-TODO - copy steps from elsewhere
+akash tx deployment create sdl/deployment.yml --from $KEY_NAME --node $AKASH_NODE --chain-id $AKASH_CHAIN_ID -y
23
24
25
Query the order
26
27
28
-TODO - copy steps
+akash query market lease list --owner $ACCOUNT_ADDRESS --node $AKASH_NODE --state active
29
30
31
Send the manifest to the provider that won
32
33
34
+akash provider send-manifest deploy.yml --node $AKASH_NODE --dseq $DSEQ --oseq $OSEQ --gseq $GSEQ --owner $ACCOUNT_ADDRESS --provider $PROVIDER
35
36
37
To find the provider's public host name run
0 commit comments