Before tokensale section in readme

This commit is contained in:
viktor 2017-11-14 14:16:33 +03:00
parent a173dc240c
commit ad705ebc5e
1 changed files with 11 additions and 2 deletions

View File

@ -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