leo-lang 3.3.1

The Leo programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
```