文件名称:ETHBuenosAires:样例提交-发布投票CLI dapp
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-06 01:55:37
JavaScript
ETHBuenosAires简介dApp开发研讨会 建造 git clone https://github.com/yondonfu/ETHBuenosAires cd ETHBuenosAires npm install npm install -g truffle npm install -g ganache-cli 测试 truffle test 跑步 # Run ganache in deterministic mode to use same accounts ganache-cli -d # Deploy contracts truffle migrate --network ganache # Run client npm run client # Mine blocks npm run mine
【文件预览】:
ETHBuenosAires-master
----client()
--------index.js(3KB)
--------mine.js(124B)
----package.json(437B)
----truffle.js(243B)
----test()
--------CommitRevealVote.js(2KB)
--------helpers()
----package-lock.json(661B)
----migrations()
--------2_deploy_contracts.js(370B)
--------1_initial_migration.js(129B)
----contracts()
--------CommitRevealVote.sol(3KB)
--------Migrations.sol(507B)
----.gitignore(19B)
----README.md(437B)
----util()
--------rpc.js(3KB)