Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 924 Bytes

File metadata and controls

22 lines (17 loc) · 924 Bytes

TVM Fungible Token (Jetton + TIP-3)

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

Features

Run tests

  1. cp .env.template .env
  2. npx locklift test

Deploy

  1. cp .env.template .env
  2. (optional) configure network in locklift.config.ts + .env
  3. (optional) update contracts/Options.tsol
  4. npx locklift build
  5. npx locklift deploy --disable-build --network locklift --tags token-root, or specify other network using --network <network>