1.0.1 • Published 2 years ago

@derify/derify-token v1.0.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
2 years ago

derify-token

Token contracts of Derify protocol.

Audit Report

Development

Dependencies

npm install

Run test

npm run test ./test

Compiling

npm run compile

Migrating with Ganache

  1. Install and Launch Ganache locally.

  2. Config truffle-config.js with the network of Canache's connection parameters.

  3. Migrate the contract to the blockchain created by Ganache.

npm run deploy