leo/examples/simple_token
2024-01-15 15:45:07 -08:00
..
build [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
inputs Remove input files written in leo example 2024-01-15 15:45:07 -08:00
src [Update] snarkvm 0.11.0 (#2377) 2023-05-10 21:32:37 -07:00
.env [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
.gitignore [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
leo.lock make example compatible w/ stubs 2023-12-11 13:19:42 -08:00
program.json [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
README.md [examples] Update some example files. (#2493) 2023-07-21 17:13:06 -07:00

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