mirror of
https://github.com/alexgo-io/alex-mocknet.git
synced 2026-01-12 14:24:40 +08:00
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>
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 \
;