This repository provides a token implementation compatible with both major token standards used across TVM-based blockchains:
- Jetton — the fungible token standard of the TON blockchain
- TIP-3 — a widely adopted standard in other TVM networks
- ✅ Dual standard support: Jetton + TIP-3
- ✅ Written in TSol (TVM Solidity)
cp .env.template .envnpx locklift test
cp .env.template .env- (optional) configure network in locklift.config.ts + .env
- (optional) update contracts/Options.tsol
npx locklift buildnpx locklift deploy --disable-build --network locklift --tags token-root, or specify other network using--network <network>