/covered-yield-bearing-tokens

Covered Yield Bearing Tokens (for the Nexus Mutual) that a fully fungible token that both yield bearing and covered are included.

Primary LanguageSolidity

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

$ npm install

② Compile & migrate contracts (on Kovan testnet)

$ npm run migrate:kovan

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

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

 

  • Testing for Distributor.sol
$ npm run script:distributor

 


【References】