Note: this contract has not been audited yet. It's not meant in any way for production use. Use for testing only.
Simple implementation of TON jetton contracts with unlimited minting logic.
- TestRED: https://testnet.tonviewer.com/kQDLvsZol3juZyOAVG8tWsJntOxeEZWEaWCbbSjYakQpuYN5
- TestBLUE: https://testnet.tonviewer.com/kQB_TOJSB7q3-Jm1O8s0jKFtqLElZDPjATs5uJGsujcjznq3
- TestGREEN: https://testnet.tonviewer.com/kQCMGEfYTE-PkbmyVidhnc5rb2XSxUDevi8b2GBw3-Ke7w_p
The following assumes the use of node@>=18
.
npm install
npm run build
npm run test
npx blueprint run deploy
The license for pTON contracts is MIT, see LICENSE.