Skip to content

Commit

Permalink
Another minor README tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
enlight committed Aug 11, 2018
1 parent 723bfc6 commit 4415b9f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@ DAppChain starts up for the first time. You can read more about the `coin` and `
[Built-in Contracts docs][], but these two contracts are not relevant to this particular example.
The two contracts we're interested in are the built-in `addressmapper`, and `gateway` contracts.

The Address Mapper contract is responsible for mapping owned DAppChain accounts to Mainnet accounts,
and vice versa, you can read more about its purpose in the [Transfer Gateway docs][]. While the
Gateway contract is responsible for contract mapping, and token transfers to and from the DAppChain.
#### genesis.json

```javascript
{
Expand Down Expand Up @@ -201,6 +199,13 @@ Gateway contract is responsible for contract mapping, and token transfers to and
}
```

The Address Mapper contract is responsible for mapping owned DAppChain accounts to Mainnet accounts,
and vice versa, you can read more about its purpose in the [Transfer Gateway docs][].

The Gateway contract is responsible for contract mapping, and token transfers to and from the
DAppChain. It relies on the Gateway Oracle (though there may be more than one) to transfer relevant
data between the DAppChain and Mainnet.

### 📁 truffle-ethereum

This directory contains the contracts that will be deployed on the Ethereum network, the `Gateway` and `CryptoCards` the ERC721 token representation on the Ethereum network.
Expand Down

0 comments on commit 4415b9f

Please sign in to comment.