Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 298 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 298 Bytes

Project Balancer

To install

git clone https://github.com/Giveth/projectbalancer.git cd projectbalancer npm install

Runs tests

npm test

To deploy

In one terminal run the ethereum client:

testrpc

or

geth --testnet --ligh

In the other terminal

node

.load env.js deployExample()