add README.md

This commit is contained in:
Zitao Xiong
2021-12-10 16:33:07 +08:00
parent 34fc6f92fe
commit a2afd88a4f

View File

@@ -1,8 +1,31 @@
```
stacks -I http://stacks-blockchain-api.localhost balance STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6
stacks -I http://stacks-blockchain-api-http.localhost balance STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6
```
```
curl -sL stacks-blockchain.localhost/v2/info | jq
```
```shell
stacks -i -I http://stacks-blockchain-api-http.localhost \
send_tokens \
--address $TO_ADDRESS \
--amount 110000000 \
--fee 100000 \
--nonce 0 \
--payment_key $PAYMENT_KEY \
;
```
```shell
stacks get_stacks_wallet_key "12 words wallet key from chrome extentions"
```
```shell
stacks -i \
-I http://stacks-blockchain-api-http.localhost \
balance $ADDRESS \
;
```