Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit b75ab04

Browse files
committed
update readme to reflect v1 instances of ropsten and mainnet
1 parent 67083c5 commit b75ab04

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,30 @@ There is an example client side app located at https://github.com/PolymathNetwor
1919

2020
The polymath.js library will automatically figure out which network you are on in the browser when you are connected through metamask. If you select mainnet or ropsten, it will connect to the correct contracts, just make sure you have ether to be able to test the function calls.
2121

22+
Currently polymathjs is connected to the v1 launched instances of the polymath core contracts for both ropsten and mainnet. Please see the contract addresses below:
23+
24+
25+
## V1 on Ethereum Mainnet
26+
27+
| Contract | Address |
28+
| ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
29+
| [PolyToken](./contracts/PolyToken.sol) | [0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC](https://ropsten.etherscan.io/address/0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC) |
30+
| [Compliance](./contracts/Compliance.sol) | [0x076719c05961a0c3398e558e2199085d32717ca6](https://ropsten.etherscan.io/address/0x076719c05961a0c3398e558e2199085d32717ca6) |
31+
| [Customers](./contracts/Customers.sol) | [0xeb30a60c199664ab84dec3f8b72de3badf1837f5](https://ropsten.etherscan.io/address/0xeb30a60c199664ab84dec3f8b72de3badf1837f5) |
32+
| [SecurityTokenRegistrar](./contracts/SecurityTokenRegistrar.sol) | [0x56e30b617c8b4798955b6be6fec706de91352ed0](https://ropsten.etherscan.io/address/0x56e30b617c8b4798955b6be6fec706de91352ed0) |
33+
34+
35+
## V1 on Ropsten testnet
36+
37+
| Contract | Address |
38+
| ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
39+
| [PolyToken](./contracts/PolyToken.sol) | [0x96a62428509002a7ae5f6ad29e4750d852a3f3d7](https://ropsten.etherscan.io/address/0x96a62428509002a7ae5f6ad29e4750d852a3f3d7) |
40+
| [Compliance](./contracts/Compliance.sol) | [0x238aa304fd1331a591c63e624453f4aeb08bc4b0](https://ropsten.etherscan.io/address/0x238aa304fd1331a591c63e624453f4aeb08bc4b0) |
41+
| [Customers](./contracts/Customers.sol) | [0x9d27f258663957f13fd2804b6c985797b8ca132e](https://ropsten.etherscan.io/address/0x9d27f258663957f13fd2804b6c985797b8ca132e) |
42+
| [SecurityTokenRegistrar](./contracts/SecurityTokenRegistrar.sol) | [0x7eD744cdE284417740bCF758795d54dd14DD08dA](https://ropsten.etherscan.io/address/0x7eD744cdE284417740bCF758795d54dd14DD08dA) |
43+
44+
45+
2246
If you want to use testrpc for faster testing with the polymath contracts, you will have to clone this github repo in order to properly migrate the contracts to your testrpc. Once you clone this repo, you can run the following steps to get the contracts migrated to the testrpc:
2347

2448
- `yarn install` to install the npm modules

0 commit comments

Comments
 (0)