Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 331d89f

Browse files
cleanup more
1 parent 415c262 commit 331d89f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Build quarkvm:
1818
cd ${HOME}/go/src/github.com/ava-labs/quarkvm
1919
./scripts/build.sh
2020
```
21-
21+
## TODO: MIGRATE TO USING AVA-SIM
2222
*Step 1.* To interact with Avalanche network RPC chain APIs, download and run a [AvalancheGo](https://github.com/ava-labs/avalanchego#installation) node locally, as follows:
2323

2424
```bash
@@ -137,4 +137,13 @@ curl --location --request POST '127.0.0.1:9650/ext/P' \
137137

138138
*Step 7.* Interact with quarkVM using quark-cli:
139139

140-
TODO
140+
```bash
141+
# TODO: add config file/env for key location and/or RPC
142+
quark-cli create
143+
quark-cli claim jim.avax
144+
quark-cli set jim.avax/twitter @jimbo
145+
quark-cli lifeline jim.avax
146+
quark-cli get jim.avax/twitter
147+
quark-cli info jim.avax (remaining life, num keys, claimed/unclaimed/expired)
148+
quark-cli keys jim.avax (get all keys values)
149+
```

0 commit comments

Comments
 (0)