Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/masaun/covered-yield-bearing-tokens
- Owner: masaun
- Created: 2020-11-26T08:17:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T13:43:42.000Z (about 4 years ago)
- Last Synced: 2024-10-18T20:39:06.000Z (3 months ago)
- Topics: nexus-mutual, solidity, truffle, web3js
- Language: Solidity
- Homepage:
- Size: 2.39 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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