1.0.1 • Published 2 years ago
@derify/derify-token v1.0.1
derify-token
Token contracts of Derify protocol.
Audit Report
- Certik Project Link: Derify Protocol
- Certik Report: audit.pdf
Development
Dependencies
npm install
Run test
npm run test ./test
Compiling
npm run compile
Migrating 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