https://github.com/nitzantomer/gibuvaroch
https://github.com/nitzantomer/gibuvaroch
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nitzantomer/gibuvaroch
- Owner: nitzantomer
- Created: 2018-04-20T09:28:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T07:44:29.000Z (about 8 years ago)
- Last Synced: 2025-03-04T20:25:28.166Z (over 1 year ago)
- Language: TypeScript
- Size: 188 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gibuvaroch
A hackathon project by Doody Parizada, Nitzan Tomer and Kirill Maksimov.
Created during the LongHash Hackathon Tokyo 2018.
## Demo
https://docs.google.com/presentation/d/13R6VKEuX3yrq7KyjYN4d4E5-8inwyslEGAIjHh7fg78/edit?usp=sharing
## installation guide
```bash
npm run install
./generate-keys.sh
npm run test
npm run start-node
npm run contract-test
```
## running server
CONTRACT_ADDRESS=
ETH_PRIVATE_KEY= NETWORK="http://localhost:8545" node dist/index.js --server
## running client
```
./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
```
## running test client
CONTRACT_ADDRESS=
ETH_PRIVATE_KEY= NETWORK="http://localhost:8545" node dist/index.js --client