mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-27 20:24:52 +03:00
ac38dfa028
* [examples] Update some READMEs. These contained some copied-and-pasted text that had not been updated. Also added a note about the need to switch private key for the second command in `simple_token`. * [examples] Update input file for lottery. * [examples] Remove `leo build` from `vote` script.
18 lines
246 B
Markdown
18 lines
246 B
Markdown
# token
|
|
|
|
## Run Guide
|
|
|
|
To run this program, run:
|
|
```bash
|
|
leo run mint
|
|
leo run transfer # update private key first
|
|
```
|
|
|
|
## Execute Guide
|
|
|
|
To execute this program, run:
|
|
```bash
|
|
leo execute mint
|
|
leo execute transfer # update private key first
|
|
```
|