leo/examples/simple_token/README.md

18 lines
246 B
Markdown
Raw Normal View History

2022-09-03 02:20:39 +03:00
# token
## Run Guide
2022-09-03 02:20:39 +03:00
To run this program, run:
2022-09-03 02:20:39 +03:00
```bash
leo run mint
leo run transfer # update private key first
2022-09-03 02:20:39 +03:00
```
## Execute Guide
To execute this program, run:
2022-09-03 02:20:39 +03:00
```bash
leo execute mint
leo execute transfer # update private key first
```