FindoraNetwork / findora-randao

RANDAO: A DAO working as RNG of Ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Findora Randao Implement

Randao implementation for Findora BlockChain.

Findora Rosetta Docker build and run

Findora Rosetta contract build and deploy

cd eth
REPORT_GAS=true
npm install --save-dev hardhat
npm install
npx hardhat compile
npx hardhat run scripts/deploy.ts --network localhost

Findora Rosetta image build and run single container

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

Findora Rosetta image build and multi run multiple container

docker-compose -f docker-compose-prinet.yml up -d

About

RANDAO: A DAO working as RNG of Ethereum

License:GNU General Public License v2.0


Languages

Language:Rust 49.1%Language:JavaScript 32.3%Language:Solidity 8.5%Language:SCSS 4.6%Language:TypeScript 2.7%Language:HTML 1.5%Language:Dockerfile 0.9%Language:Shell 0.4%