ETHMap is a Decentralized Application (ÐApp) running on Ethereum blockchain.
# install dependencies
npm install
# serve with hot reload at http://localhost:8080
npm run dev
# build for production with minification
npm run build
You can set up a developement Ethereum node with truffle :
# Run node
truffle develop
# Compile contracts
truffle compile
# Migrate contracts
truffle migrate
# Run truffle test
truffle test ./test/ethmap.js --network test