mirror of
https://github.com/alexgo-io/alex-mocknet.git
synced 2026-01-12 14:24:40 +08:00
add README.md
This commit is contained in:
@@ -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 \
|
||||
;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user