kojhliang / TRC-404

TRC-404 is an experimental, mixed Jetton / NFT implementation with native liquidity and fractionalization for semi-fungible tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TRC-404 Portocol Smart Contracts

TRC-404 is an experimental, mixed Jetton / NFT implementation with native liquidity and fractionalization for semi-fungible tokens.
Fully compatible with TON ecosystem(wallet, NFT market, DEX).
Official website: https://trc-404.xyz

Test

npm install
npm run test

Run on Testnet

Create a new .env file in the root folder.
Input content like this:
mnemonics_1="24 mnemonic words for your wallet1"
mnemonics_2="24 mnemonic words for your wallet2"

save this file,then run:
npm run start

About

TRC-404 is an experimental, mixed Jetton / NFT implementation with native liquidity and fractionalization for semi-fungible tokens

License:MIT License


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%