Skip to content

Commit

Permalink
Merge pull request #7 from masaun/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
masaun authored Feb 11, 2020
2 parents 5db73ac + ac68fb6 commit ad48cf4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
- This is the "Bancor Liquidly Pool with Compound".
- This is one of system of "new bancor pool design" that integrate Compound (cToken) with Bancor Pool by using bancor and compound protocol.
- I try to integrate Compound with Bancor Pool
- Both of token (cToken and BNT) are conbined and published as SmartToken (i.e. "cDAIBNT")
- Currently, I implement them on ropsten
- Both of token (cToken and BNT) are conbined and published as `SmartToken` (i.e. `cDAIBNT` )
- Currently, I have implemented them on ropsten

 


***

## 【Setup for testing system behaviir in frontend】
## 【Setup for testing system behavior in frontend】
### Setup wallet by using Metamask
1. Add MetaMask to browser (Chrome or FireFox or Opera or Brave)
https://metamask.io/
Expand Down Expand Up @@ -67,15 +67,15 @@ http://127.0.0.1:3000
https://gitcoin.co/issue/bancorprotocol/contracts/337/3948

- Document of bancor protocol
- How to Create a Bancor Liquidity Pool
- How to Create a Bancor Liquidity Pool
https://docs.bancor.network/user-guides/token-integration/how-to-create-a-bancor-liquidity-pool
- ContractAddress on Ropsten Network
https://support.bancor.network/hc/en-us/articles/360010410399-Ethereum-Ropsten-Network-
- ContractAddress(Called by `addressOf()`
- ContractAddress(Called by `addressOf()`
https://docs.bancor.network/user-guides/network-data-and-stats/ethereum-contract-addresses

- Document of compound protocol
- ContractAddress of cToken on Ropsten
- ContractAddress of cToken on Ropsten
https://compound.finance/developers

- Github of bancor protocol
Expand Down

0 comments on commit ad48cf4

Please sign in to comment.