@derify/derify-token
v1.0.1
Published
Token contracts of Derify protocol
Maintainers
Readme
derify-token
Token contracts of Derify protocol.
Audit Report
- Certik Project Link: Derify Protocol
- Certik Report: audit.pdf
Development
Dependencies
npm installRun test
npm run test ./testCompiling
npm run compileMigrating with Ganache
Install and Launch Ganache locally.
Config truffle-config.js with the network of Canache's connection parameters.
Migrate the contract to the blockchain created by Ganache.
npm run deploy