leo/examples/simple_token
Pranav Gaddamadugu 0d0c598748 Update examples
2024-01-15 15:45:09 -08:00
..
build [Feature] Implement leo execute (#2491) 2023-07-19 18:04:09 -07:00
inputs Update examples 2024-01-15 15:45:09 -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 Update examples and CI 2024-01-15 15:45:08 -08:00

token

Run Guide

To run this program, run:

leo run mint <mint-inputs>
leo run transfer <transfer-inputs>  # update private key first

Execute Guide

To execute this program, run:

leo execute mint <mint-inputs>
leo execute transfer <transfer-inputs>  # update private key first