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.
 
 
Lev dd9339a548 CLI 2 years ago
sources CLI 2 years ago
.DS_Store Update .DS_Store 2 years ago
.gitattributes Initial commit 2 years ago
.gitignore Initial commit 2 years ago
README.md Readme 2 years ago
jest.config.js Initial commit 2 years ago
package-lock.json Initial commit 2 years ago
package.json Fixed transfer 2 years ago
tact.config.json Initial commit 2 years ago
tsconfig.json Initial commit 2 years ago
yarn.lock Fixes 2 years ago

README.md

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.

yarn test # To test contract
yarn build # To build contract
yarn deploy # To deploy contract (need input deployment wallet)

Licence

MIT