Before tokensale section in readme
This commit is contained in:
parent
a173dc240c
commit
ad705ebc5e
13
README.md
13
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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue