Skip to content

AdChain/AdChainRegistryDapp

Repository files navigation

adChain Registry Web App

Interface for applying, voting, and challenging domain entries into the adChain Registry.

JavaScript Style Guide

Codeship Status for AdChain/AdChainRegistryDapp

Live

https://publisher.adchain.com

Install

npm install

Development

npm run start:dev

Then head over to http://localhost:3000/

Lint and test

npm run lint:fix && npm test

Docker Development

To test build locally:

  • install Docker
  • cd into the project root
  • run docker build ./
  • copy the container id

To see your container on host environment:

  • run docker run -it --expose 8000 -p 8000:8000 put container id here
  • Open browser and navigate to http://localhost:8000

License

MIT