An open API service indexing awesome lists of open source software.

https://github.com/broxus/tip3

Venom token implementation. Complies with the TIP3 token standard.
https://github.com/broxus/tip3

blockchain everscale tip3 venom-blockchain venom-developer-program venom-fungible-token venom-token

Last synced: about 2 months ago
JSON representation

Venom token implementation. Complies with the TIP3 token standard.

Awesome Lists containing this project

README

        


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

2. 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