From d3259a68789a0a148a5fce2e0183453815c2f24d Mon Sep 17 00:00:00 2001 From: masaun Date: Tue, 11 Feb 2020 18:59:29 +0100 Subject: [PATCH 1/3] Update README.md 2 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 240aa49..d2080ae 100755 --- a/README.md +++ b/README.md @@ -5,15 +5,16 @@ - 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 + - Especially I have implemented them in `./contracts/NewBancorPool.sol`   *** -## 【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/ From 41a577c7ff057f4c697ed2c9e841906222fe509f Mon Sep 17 00:00:00 2001 From: masaun Date: Tue, 11 Feb 2020 19:01:53 +0100 Subject: [PATCH 2/3] Update README.md 3 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d2080ae..5ecef1f 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ - 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 have implemented them on ropsten - - Especially I have implemented them in `./contracts/NewBancorPool.sol`   From ac68fb62bee125026b6f11916df7250556c36bbb Mon Sep 17 00:00:00 2001 From: masaun Date: Tue, 11 Feb 2020 19:03:19 +0100 Subject: [PATCH 3/3] Update README.md 4 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ecef1f..4fcc2fd 100755 --- a/README.md +++ b/README.md @@ -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