基于区块链的毕业设计Fetch-Ethereum-Bridge-v1 – Fetch-Ethereum-Bridge-v1型
本文提供基于区块链的毕业设计国外最新区块链项目源码下载,包括solidity,eth,fabric等blockchain区块链,基于区块链的毕业设计Fetch-Ethereum-Bridge-v1 – Fetch-Ethereum-Bridge-v1型 是一篇很好的国外资料
Fetch-Ethereum-Bridge-v1
The docker-compose in the root of this repo is used to deploy the etehreum migraton contract in a local ganache container running in docker.
Spin up infrastructure
By running docker-compose up
a local ganache and a contract deployment container are being built and spinned up
If you always want to build images run docker-compose up --build
.
After that, in a new terminal please run the following command depending on your desired action:
# Import brownie networks docker-compose exec ethereum brownie networks import networks-config.yaml True #Deploy ERC20 mock docker-compose exec ethereum brownie run deploy_erc20mock.py --network docker # Deploy Bridge contract docker-compose exec ethereum brownie run deploy_bridge.py --network docker
The infrastructure can be deleted by running docker-compose down
.
Fetch-Ethereum-Bridge-v1
The docker-compose in the root of this repo is used to deploy the etehreum migraton contract in a local ganache container running in docker.
Spin up infrastructure
By running docker-compose up
a local ganache and a contract deployment container are being built and spinned up
If you always want to build images run docker-compose up --build
.
After that, in a new terminal please run the following command depending on your desired action:
# Import brownie networks docker-compose exec ethereum brownie networks import networks-config.yaml True #Deploy ERC20 mock docker-compose exec ethereum brownie run deploy_erc20mock.py --network docker # Deploy Bridge contract docker-compose exec ethereum brownie run deploy_bridge.py --network docker
The infrastructure can be deleted by running docker-compose down
.
部分转自网络,侵权联系删除区块链源码网
区块链知识分享网, 以太坊dapp资源网, 区块链教程, fabric教程下载, 区块链书籍下载, 区块链资料下载, 区块链视频教程下载, 区块链基础教程, 区块链入门教程, 区块链资源 » 基于区块链的毕业设计Fetch-Ethereum-Bridge-v1 – Fetch-Ethereum-Bridge-v1型