From d710b2b968eaf18f09ef350d10f9b3b6313e1b85 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Tue, 29 Jan 2019 17:49:11 +0300 Subject: [PATCH] Remove "Configuration file" section --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index a030a4b..2737771 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,8 @@ Check [Ceremony Dapp section from white paper](https://github.com/poanetwork/wiki/wiki/POA-Network-Whitepaper#initial-ceremony-dapp) -## Configuration file -It is configured with [POA Network governance smart contracts](https://github.com/poanetwork/poa-network-consensus-contracts) - -Path: [`./src/addresses.js`](./src/addresses.js) - -``` -module.exports = { - KEYS_MANAGER_ADDRESS: '0xfc90125492e58dbfe80c0bfb6a2a759c4f703ca8' -} -``` - ## Building from source 1) `npm i` -2) `npm start` +2) `npm start` \ No newline at end of file