View Contribution guidelines here
$ git clone https://github.com/OpenXeggo/openxeggo-contracts-money-streaming.git
$ cd openxeggo-contracts-money-streaming
$ npm install -g [email protected]
$ npm install
$ touch .secret && echo "YOUR_PRIVATE_KEY" > .secret
$ touch .env && echo "INFURA_API_KEY={YOUR_INFURA_API_KEY}" >> .env
$ echo "MNEMONIC={YOUR_MNEMONIC}" >> .env
$ truffle compile --all
$ truffle deploy --reset --network ${NETWORK_NAME}