mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-27 12:17:35 +03:00
18 lines
310 B
Markdown
18 lines
310 B
Markdown
# token
|
|
|
|
## Run Guide
|
|
|
|
To run this program, run:
|
|
```bash
|
|
leo run mint <mint-inputs>
|
|
leo run transfer <transfer-inputs> # update private key first
|
|
```
|
|
|
|
## Execute Guide
|
|
|
|
To execute this program, run:
|
|
```bash
|
|
leo execute mint <mint-inputs>
|
|
leo execute transfer <transfer-inputs> # update private key first
|
|
```
|