Skip to content

highlightime/Bulo-chain

Repository files navigation

.env

.env for mainnet
.env.ropsten for ropsten
.env.rikeby for rinkeby

DEPLOYER_ACCOUNT=deployer account address
DEPLOYER_PRIVATE_KEY=private key of deploy account
PROVIDER_API_KEY=infura project id
CHAIN_ID=ethereum network chain id
NETWORK=ethereum network name

network should be lower case
ex) ropsten, rinkeby, mainnet

Compile

npm run compile

Deploy(testnet)

docker-compose up --build ropsten(ropsten)
docker-compose up --build rinkeby(rinkeby)

Deploy(Mainnet)

docker-compose up --build mainnet

About

Dapp deployed on the Ethereum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published