Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/masaun/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.
https://github.com/masaun/covered-yield-bearing-tokens

nexus-mutual solidity truffle web3js

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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】
- Nexus Mutual
- Nexus Mutual Smart Contracts: https://github.com/NexusMutual/smart-contracts/tree/master/contracts
- Nexus Mutual docs: https://nexusmutual.gitbook.io/docs/docs
- Nexus Mutual app: https://app.nexusmutual.io/
- Nexus Mutual Smart Contracts index: https://nxm.surge.sh/
- Stats: https://nexustracker.io/
- Wrapped NXM (wNXM): https://etherscan.io/address/0x0d438f3b5175bebc262bf23753c1e53d03432bde#code
- GR8 Bounty: https://gitcoin.co/issue/NexusMutual/smart-contracts/47/100024185
- Deployed contract address
- Deployed contract information
https://nexusmutual.gitbook.io/docs/docs#deployed-contract-information

- How to deploy on Kovan
https://github.com/NexusMutual/smart-contracts#getting-started