robtg4 / AdChainRegistryDapp

Decentralized Application to interact with the adChain Registry Smart Contracts

Home Page:https://publisher.adchain.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Decentralized Application to interact with the adChain Registry Smart Contracts

https://publisher.adchain.com

License:MIT License


Languages

Language:JavaScript 76.3%Language:CSS 19.0%Language:HTML 4.7%