Skip to content

Commit

Permalink
Removing comments from JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardonunesp committed Aug 10, 2018
1 parent cb92847 commit 38acd10
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,22 +124,17 @@ TransferGateway:
OracleReconnectInterval: 5
```
And finally the `genesis.json`
And finally the `genesis.json`, with `AddressMapper` plugin a new plugin that will be responsible for "map" addresses from Ethereum and DAppChain and `Gateway` is the plugin that manages transfers from between Ethereum and DAppChain, all transfer are secure and signed. This plugin also manages the Oracles, which are responsible for pool information from Ethereum network and sign withdraws from DAppChain to Ethereum network.

```json
{
// The AddressMapper is a new plugin that will be responsible for "map" addresses from Ethereum and DAppChain
{
"vm": "plugin",
"format": "plugin",
"name": "addressmapper",
"location": "addressmapper:0.1.0",
"init": null
},
// Gateway is the plugin that manages transfers from between Ethereum and DAppChain, all transfer are secure and signed
// That plugin also manages the Oracles, which are responsible for pool information from Ethereum network and sign withdraws from DAppChain to Ethereum network
{
"vm": "plugin",
"format": "plugin",
Expand Down

0 comments on commit 38acd10

Please sign in to comment.