A hackathon project by Doody Parizada, Nitzan Tomer and Kirill Maksimov. Created during the LongHash Hackathon Tokyo 2018.
https://docs.google.com/presentation/d/13R6VKEuX3yrq7KyjYN4d4E5-8inwyslEGAIjHh7fg78/edit?usp=sharing
npm run install
./generate-keys.sh
npm run test
npm run start-node
npm run contract-test
CONTRACT_ADDRESS=
ETH_PRIVATE_KEY= NETWORK="http://localhost:8545" node dist/index.js --server./node_modules/.bin/tsc -p webclient/scripts/
./node_modules/.bin/tsc -p web3proxy/scripts/
mkdir -p webclient/styles/bin
./node_modules/.bin/stylus -o webclient/styles/bin webclient/styles/src
CONTRACT_ADDRESS=
ETH_PRIVATE_KEY= NETWORK="http://localhost:8545" node dist/index.js --client