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.
- Host: GitHub
- URL: https://github.com/broxus/tip3
- Owner: broxus
- License: agpl-3.0
- Created: 2021-01-07T21:26:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T18:57:22.000Z (3 months ago)
- Last Synced: 2025-03-22T23:13:55.205Z (about 2 months ago)
- Topics: blockchain, everscale, tip3, venom-blockchain, venom-developer-program, venom-fungible-token, venom-token
- Language: TypeScript
- Homepage:
- Size: 1.85 MB
- Stars: 26
- Watchers: 4
- Forks: 43
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TIP3
Broxus TIP3 (tip3.1, tip3.2) Fungible tokens implementation
### 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