Go to file
viktor c12fc3a7e9 SHA3Encrypt refactoring 2017-11-17 16:39:52 +03:00
assets SHA3Encrypt refactoring 2017-11-17 16:39:52 +03:00
docs reorg of docs images, added license, og tags 2017-07-05 16:04:12 -07:00
favicons favicons update 2017-06-23 14:59:13 +03:00
.gitignore .gitignore update 2017-06-28 18:23:02 +03:00
LICENSE reorg of docs images, added license, og tags 2017-07-05 16:04:12 -07:00
README.md Update README.md 2017-08-15 16:48:53 +03:00
gulpfile.js Oracles network validators list dapp. Initial commit 2017-06-15 20:43:06 +03:00
index.html async await 2017-11-17 16:25:13 +03:00
manifest.json Oracles network validators list dapp. Initial commit 2017-06-15 20:43:06 +03:00
package.json async await 2017-11-17 16:25:13 +03:00

README.md

Oracles network Validators List Dapp

Supported browsers

  • Google Chrome v 59.0.3071.115+

MetaMask plugin setup

Configuration file

It is configured with Oracles network contract

Path: ./assets/javascripts/config.json

{
  "environment": "live",
  "Ethereum": {
    "live": {
      "contractAddress": "Oracles_contract_address"
    }
  }
}

Building from source

  1. npm install

  2. npm run sass

  3. npm run coffee

  4. npm start