Browse Source

wip

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Mary Anthony 5 years ago
parent
commit
86366f801d
  1. 2
      _core/smart/tutorial.md

2
_core/smart/tutorial.md

@ -269,7 +269,7 @@ In this section, you use the public `mint!` function in the `tokens` contract t
3. Get the current balance of your new address.
```bash
# echo "(get-balance '$DEMO_ADDRESS)" | clarity-cli eval tokens /data/db
# echo "(get-balance '$DEMO_ADDRESS)" | clarity-cli eval SP26CHZZ26Q25WDD1CFJYSED169PS9HTNX445XKDG.tokens /data/db
Program executed successfully! Output:
0
```

Loading…
Cancel
Save