diff --git a/README.md b/README.md index ac01a11..e235e60 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ # Tokensale-right -[Right side of the Bridge](bridge-right.sol), [ERC20 Token](https://github.com/oraclesorg/treasury/blob/master/contracts/OraclesToken.sol) and [Treasury](https://github.com/oraclesorg/treasury/blob/master/contracts/Treasury.sol) to exchange tokens to coins +[Right side of the Bridge](bridge-right.sol), [ERC20 compatible Token](https://github.com/oraclesorg/treasury/blob/master/contracts/OraclesToken.sol) and [Treasury](https://github.com/oraclesorg/treasury/blob/master/contracts/Treasury.sol) to exchange tokens to coins -## Lifecycle +## Before tokensale + +- Right-side bridge contract is deployed to the network +- ERC20 compatible token contract is deployed to the network. Parameters of token constructor: right-side bridge contract address, totalSupply and decimals. +- Bridge is started + + +## Tokensale + +## After tokensale