bedrin_smart_contracts:我在以太坊智能合约中的实验 源码
贝德林智能合约 在这里,我可以尝试以太坊合约。 概述 要求 nodeJS v10.15.0或更高版本 npm 6.4.1或更高版本 松露v5.1.48(核心:5.1.48)或更高版本 安装 npm i安装所有依赖项 建立合同 npm run build建立所有合同 运行测试 npm run test -启动所有测试 npm run test +fast没有重建合同的情况下开始测试 npm run test test/.js仅对一个文件运行测试 npm run test +fast test/.js仅对一个文件运行测试,而无需重建合同 运行覆盖 npm run coverage -检查测试覆盖的代码百分比 制作拼合合同文件 npm run flatten flatten-使用所有合同制作Flattened.sol文件 npm run flatten c
文件列表
bedrin_smart_contracts-main.zip
(预估有个38文件)
bedrin_smart_contracts-main
.soliumrc.json
82B
.eslintrc
320B
migrations
1_initial_migration.js
125B
2_deploy_contracts.js
394B
.babelrc
29B
scripts
bytecode_hash_generator.js
278B
build.sh
332B
暂无评论