leo/examples/simple_token/README.md

18 lines
310 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
2023-09-29 20:00:07 +03:00
leo run mint <mint-inputs>
leo run transfer <transfer-inputs> # 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
2023-09-29 20:00:07 +03:00
leo execute mint <mint-inputs>
leo execute transfer <transfer-inputs> # update private key first
```