Browse Source

use correct faucet url

master-legacy
Friedger Müffke 5 years ago
committed by John Mulhausen
parent
commit
e46c60e80a
  1. 2
      core/smart/tutorial.md

2
core/smart/tutorial.md

@ -177,7 +177,7 @@ cat new_keychain.txt
Call the Testnet faucet to get STX tokens; replace `<stx_address>` with the address you obtained in the previous step. Call the Testnet faucet to get STX tokens; replace `<stx_address>` with the address you obtained in the previous step.
```shell ```shell
curl -XPOST "https://sidecar.staging.blockstack.xyz/sidecar/v1/debug/faucet?address=<stx_address>" | json_pp curl -XPOST "https://sidecar.staging.blockstack.xyz/sidecar/v1/faucets/stx?address=<stx_address>" | json_pp
``` ```
Confirm faucet transaction. Confirm faucet transaction.

Loading…
Cancel
Save