Skip to content

Sample code for modern jetton. TEP-74 and TEP-89 compatible

Notifications You must be signed in to change notification settings

EmelyanenkoK/basecoin

 
 

Repository files navigation

Base Jetton

Made from Jetton with governance(stablecoin) by removing governance functionality. Also burning is allowed.

Local Development

Install Dependencies

npm install

Compile Contracts

npm run build

Run Tests

npm run test

Deploy or run another script

npx blueprint run or yarn blueprint run

use Toncenter API:

npx blueprint run --custom https://testnet.toncenter.com/api/v2/ --custom-version v2 --custom-type testnet --custom-key <API_KEY>

API_KEY can be obtained on https://toncenter.com or https://testnet.toncenter.com

About

Sample code for modern jetton. TEP-74 and TEP-89 compatible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Other 0.1%