Randao implementation for Findora BlockChain.
cd eth
REPORT_GAS=true
npm install --save-dev hardhat
npm install
npx hardhat compile
npx hardhat run scripts/deploy.ts --network localhost
docker build . -t findora-randao
docker run -p 80:80 -p 8080:8080 -p 9090:9090 \
-v $(pwd)/config/prinet/config0.json:/tmp/.randao/config/config.json \
-v $(pwd)/campaigns/participant0:/tmp/.randao/campaigns \
-v $(pwd)/keys:/tmp/.randao/keys \
-itd --name findora-randao --restart always findora-randao
docker-compose -f docker-compose-prinet.yml up -d