Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 626 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 626 Bytes

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