Skip to content

cicorias/aad-ethereum-explorer

 
 

Repository files navigation

EthExplorer with Azure Active Directory

dependencies Status devDependencies Status

JavaScript Style Guide EthExplorer Screenshot

Getting Started

###Dependencies

Set up geth

  • TODO
geth <your options> --rpc

Set up AAD

  • TODO

###Installation

git clone https://github.com/EthereumEx/aad-ethereum-explorer.git && cd aad-ethereum-explorer
npm install && bower install

Development

  • First set the env variables in the config/env.local.js. Note this file is not tracked by git and should never be committed.
  • Navigate to the aad-ethereum-explorer directory and run gulp
gulp
  • Gulp automatically injects the env variables into the program and refreshes the node app upon changes.

##Execution Set the following environment variables

export EXPRESS_SECRET="<just a random string>"
export WEBSITE_HOSTNAME="<hostname>:<port>"
export AD_SECRET=""
export AD_TENENT_ID=""
export AD_CLIENT_ID=""
export RPC_HOST="optional (default http://localhost)"
export RPC_PORT="optional (default 8545)"

and run

npm start

##License GPL license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.9%
  • HTML 34.0%
  • CSS 1.1%