orn-cli 0.1.1

Gen const for smart contract
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Check List

- [ ] Don't forget to squash commits into meaningful chunks before merging
- [ ] Check every test passed.
- [ ] Did you split imports into std, third parties, and custom parts?
- [ ] Format your code.
  - [ ] cargo fmt
  - [ ] cargo clippy
  - [ ] `taplo fmt --config taplo/taplo.toml`
- [ ] Check unwrap, expect().
- [ ] Check clone().
- [ ] Check your commit messages.
- [ ] Have you added meaningful comments.