Standalone webapp performing the role of an enterprise using Auth0 to register users via Ethereum.
- install npm
- bower and grunt (run the following commands):
npm install -g bower
npm install -g grunt
- configure project:
npm install
bower install
-
put your certificates and rsa keys in the config directory
- config/certs should contain the following files:
- server.crt
- server.csr
- server.key
- config/certs should contain the following files:
-
run project
Run the application.
grunt server
Run the appliction and open the browser.
grunt server:open
Run Dist
grunt dist
configure project:
- folder:
- ethereum-web\node-server
npm install
Then please run dist execute:
- folder:
- ethereum-web\node-server
node app.js AUTH_SERVER_BASE_URL
AUTH_SERVER_BASE_URL - e.g. "https://localhost:3000/
Go to
Finally, go to
http://localhost:3001/authzero
