You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
461 B

2 years ago
# TONB jetton - wrapped TON
2 years ago
2 years ago
## Overview
2 years ago
2 years ago
There are four contracts here:
- Minter contract
- Jetton wallet contract that stores jettons for a user
- Linker between wallet and minter
- Foundation to manage the jetton
This project has ready to use TACT compiler, typescript + jest with ton-contract-executor.
2 years ago
```bash
yarn test # To test contract
yarn build # To build contract
2 years ago
yarn deploy # To deploy contract (need input deployment wallet)
2 years ago
```
## Licence
MIT