Skip to content

everscale-contest/tip3jetton

 
 

Repository files navigation

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>

About

Fungible Token implementation compatible with both major token standards used across TVM-based blockchains

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages

  • Solidity 80.1%
  • TypeScript 19.9%