Browse Source

fix: tags

feat/mainnet-updates
Ken 4 years ago
committed by Ken Liao
parent
commit
aeaea18da4
  1. 2
      src/pages/understand-stacks/integrate-stacking.md

2
src/pages/understand-stacks/integrate-stacking.md

@ -152,7 +152,7 @@ const hasMinStxAmount = await stacker.hasMinimumRequiredStxAmount();
// true or false
```
For testing purposes, you can use the faucet to obtain testnet STX tokens. Replace <stxAddress> below with your address:
For testing purposes, you can use the faucet to obtain testnet STX tokens. Replace `<stxAddress>` below with your address:
```shell
curl -XPOST "https://stacks-node-api.blockstack.org/extended/v1/faucets/stx?address=<stxAddress>&stacking=true"

Loading…
Cancel
Save