An open API service indexing awesome lists of open source software.

https://github.com/nitzantomer/gibuvaroch


https://github.com/nitzantomer/gibuvaroch

Last synced: about 1 month ago
JSON representation

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