Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
adds icbm and legal parity diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Rudolf committed Dec 10, 2017
1 parent 12f7647 commit 94429dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
@@ -1,12 +1,22 @@
# ICO contracts

## Neumark contract structure

### ICBM Contracts Diagram
![ICBM](./doc/icbmcontracts.png)

### Snapshot Token Extensions
Please read [here](/contracts/SnapshotToken/README.md).

## Neumark issuance algorithm.
Please read on the issuance curve in our [whitepaper](https://neufund.org/whitepaper)
### Neumark issuance algorithm.
Please read on the issuance curve in our [whitepaper](https://neufund.org/whitepaper), you may also refer to curve models in [doc](/doc).

### Smart Contract and Legal Contract Parity
Mechanism is explained in source code [here](/contracts/Agreement.sol) and on diagram below.

![LEGALPARITY](./doc/agreementparity.png)

You may also check fork arbitrage mechanism [here](/contracts/EthereumForkArbiter.sol).

## Running locally
```
Expand Down
Binary file added doc/agreementparity.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/icbmcontracts.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 94429dc

Please sign in to comment.