项目作者: masaun

项目描述 :
Covered Yield Bearing Tokens (for the Nexus Mutual) that a fully fungible token that both yield bearing and covered are included.
高级语言: Solidity
项目地址: git://github.com/masaun/covered-yield-bearing-tokens.git
创建时间: 2020-11-26T08:17:14Z
项目社区:https://github.com/masaun/covered-yield-bearing-tokens

开源协议:

下载


Covered Yield Bearing Token


【Introduction of Covered Yield Bearing Token】

  • This is a smart contract for creating the covered yield bearing token (CYB) which a fully fungible token that both yield bearing and covered are included.

Setup

① Install modules

  1. $ npm install


② Compile & migrate contracts (on Kovan testnet)

  1. $ npm run migrate:kovan


③ Execute script (it’s instead of testing) on Kovan testnet

  • Testing for CoveredYieldBearingToken.sol (CYB Token)
    1. $ npm run script:cyb
  • Testing for Distributor.sol
    1. $ npm run script:distributor

【References】