# TONB jetton - wrapped TON ## Overview 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. ```bash yarn test # To test contract yarn build # To build contract yarn deploy # To deploy contract (need input deployment wallet) ``` ## Licence MIT