solidity template:结合安全帽TypeChainEthersWaffleSolhint和Solcover 源码
实体模板 我最喜欢的用于编写Solidity智能合约的设置。 :在本地开发网络上编译和运行智能合约 :为智能合约生成TypeScript类型 :著名的复仇库和钱包的实现 :用于编写全面的智能合约测试的工具 : 代码覆盖率 :代码格式化程序 这是一个GitHub模板,这意味着您可以根据需要多次重复使用它。 您可以通过点击页面顶部的“使用此模板”按钮来实现。 用法 先决条件 在运行任何命令之前,请确保安装依赖项: $ yarn install 编译 使用Hardhat编译智能合约: $ yarn compile 类型链 编译智能合约并生成TypeChain工件: $ yarn typ
文件列表
solidity-template-main.zip
(预估有个29文件)
solidity-template-main
.prettierignore
104B
.gitignore
236B
tasks
clean.ts
434B
task-names.ts
49B
accounts.ts
373B
tsconfig.json
553B
.commitlintrc.js
70B
README.md
2KB
暂无评论