tokensale diagram

This commit is contained in:
viktor 2017-11-14 16:01:40 +03:00
parent dc58ebbaba
commit e7ce0e1ba6
2 changed files with 4 additions and 2 deletions

View File

@ -6,14 +6,14 @@
- Right-side bridge contract `ForeignBridge` is deployed to the network. Parameters of the constructor:
| param | type | Description | Value |
| Param | Type | Description | Value |
|-------|-----------|-------------------------------------------------|-----------------------------------------|
| n | uint256 | Number of authorities to approve deposit tokens | 1 |
| a | address[] | Array of authorities' addresses | [addr_will_send_deposit_tx_to_contract] |
- ERC20 compatible token `OraclesToken` contract is deployed to the network. Parameters of the token constructor:
| param | type | Description | Value |
| Param | Type | Description | Value |
|-------------------|---------|------------------------------------|------------|
| _bridgeAddress | address | Right-side bridge contract address | |
| _totalSupplyItems | uint256 | Token total supply for crowdsale | 176722560 |
@ -25,6 +25,8 @@ Token total supply is transfered to the right-side bridge contract address balan
## Tokensale
![](./docs/Tokensale-right.png)
## After tokensale

BIN
docs/Tokensale-right.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB