Files
alex-mocknet/development-traefik
dependabot[bot] 3a297b632f chore(deps): bump node-fetch
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-18 05:05:28 +00:00
..
2022-02-20 02:09:22 +08:00
2022-02-20 02:09:22 +08:00
2022-02-20 02:09:22 +08:00

curl -sL stacks-blockchain.localhost/v2/info | jq

Stacks

install stacks

npm i -g @stacks/cli

use cert in node

export NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem"
stacks -i -I http://stacks-blockchain-api-http.localhost \
     send_tokens \
         --address $TO_ADDRESS \
         --amount 110000000 \
         --fee 100000 \
         --nonce 0 \
         --payment_key $PAYMENT_KEY \
         ;
stacks get_stacks_wallet_key "12 words wallet key from chrome extentions"
stacks -i \
       -I http://stacks-blockchain-api-http.localhost \
       balance $ADDRESS \
 ;