You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
*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:
23
23
24
24
```bash
@@ -137,4 +137,13 @@ curl --location --request POST '127.0.0.1:9650/ext/P' \
137
137
138
138
*Step 7.* Interact with quarkVM using quark-cli:
139
139
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)
0 commit comments