All Projects → AdChain → Adchainregistrydapp

AdChain / Adchainregistrydapp

Licence: mit
Decentralized Application to interact with the adChain Registry Smart Contracts

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Adchainregistrydapp

Web3 React
🧰 A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
Stars: ✭ 788 (+3326.09%)
Mutual labels:  ethereum
Knowledgebase
Knowledge is Power
Stars: ✭ 17 (-26.09%)
Mutual labels:  ethereum
Uniswap V2 Core
🎛 Core smart contracts of Uniswap V2
Stars: ✭ 889 (+3765.22%)
Mutual labels:  ethereum
Oyente
An Analysis Tool for Smart Contracts
Stars: ✭ 820 (+3465.22%)
Mutual labels:  ethereum
Mycrypto
MyCrypto is an open-source tool that allows you to manage your Ethereum accounts privately and securely. Developed by and for the community since 2015, we’re focused on building awesome products that put the power in people’s hands.
Stars: ✭ 889 (+3765.22%)
Mutual labels:  ethereum
Blockchain Reading List
Blockchain Manchester Meetups, Talks and Reading List
Stars: ✭ 17 (-26.09%)
Mutual labels:  ethereum
Coinbase Pro Node
DEPRECATED — The official Node.js library for Coinbase Pro
Stars: ✭ 782 (+3300%)
Mutual labels:  ethereum
Blockchain
블록체인 공부 중입니다.
Stars: ✭ 22 (-4.35%)
Mutual labels:  ethereum
Graph Node
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
Stars: ✭ 884 (+3743.48%)
Mutual labels:  ethereum
Emerald Vault Archive
ARCHIVE. CODE MOVED TO:
Stars: ✭ 18 (-21.74%)
Mutual labels:  ethereum
Design
Ewasm Design Overview and Specification
Stars: ✭ 827 (+3495.65%)
Mutual labels:  ethereum
Multisignaturewallet
311 byte EIP712 Signing Compliant Delegate-Call Enabled MultiSignature Wallet for the Ethereum Virtual Machine
Stars: ✭ 16 (-30.43%)
Mutual labels:  ethereum
Eth.social
An Ethereum dApp for posting social events.
Stars: ✭ 17 (-26.09%)
Mutual labels:  ethereum
Ethereumjs Monorepo
Monorepo for the Ethereum VM TypeScript Implementation
Stars: ✭ 813 (+3434.78%)
Mutual labels:  ethereum
Ethjs Account
A simple Ethereum account utility module.
Stars: ✭ 19 (-17.39%)
Mutual labels:  ethereum
Awesome Decentralized Finance
A curated list of awesome decentralized finance projects
Stars: ✭ 793 (+3347.83%)
Mutual labels:  ethereum
Numismatic
Collector for digital assets
Stars: ✭ 17 (-26.09%)
Mutual labels:  ethereum
Wavevote
Voting system based on Ethereum
Stars: ✭ 22 (-4.35%)
Mutual labels:  ethereum
Etherscan Explorer
Yet another implementation of etherscan.io
Stars: ✭ 22 (-4.35%)
Mutual labels:  ethereum
Ethstats Network Server
EthStats - Server
Stars: ✭ 18 (-21.74%)
Mutual labels:  ethereum

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].