leo/examples/simple_token/README.md
Alessandro Coglio ac38dfa028
[examples] Update some example files. (#2493)
* [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.
2023-07-21 17:13:06 -07:00

246 B

token

Run Guide

To run this program, run:

leo run mint
leo run transfer  # update private key first

Execute Guide

To execute this program, run:

leo execute mint
leo execute transfer  # update private key first