Skip to content
/ tip3 Public
forked from broxus/tip3

TIP3 token contracts implementation with bridge mint/burn support

License

Notifications You must be signed in to change notification settings

Cyace84/tip3

 
 

Repository files navigation

TIP3

Broxus TIP3 (tip3.1, tip3.2) Fungible tokens implementation

Logo

npm

Firstly

npm install

Then use Locklift v2 to deploy

  1. To deploy tokens via token factory

npx locklift run --config locklift.config.ts --network local --script scripts/0-deploy-token.ts

  1. To deploy factory

npx locklift run --config locklift.config.ts --network local --script scripts/1-deploy-factory.ts

For test Token Factory

npx locklift test -n local

About

TIP3 token contracts implementation with bridge mint/burn support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.0%
  • JavaScript 8.4%
  • Shell 0.6%