1 Star 0 Fork 0

winter365/learn-sc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
winter365 提交于 2021-06-14 15:02 . 'init'
{
"name": "maticswaper",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "test"
},
"license": "MIT",
"scripts": {
"compile": "./script/compile",
"console": "if node -v | grep -E \"v(12|13)\" > /dev/null; then flags=\"-n --experimental-repl-await\"; fi; npx $flags saddle console",
"coverage": "./script/coverage",
"deploy": "./scenario/script/repl -s ./script/scen/deploy.scen",
"lint": "solhint contracts/**/*.sol",
"repl": "./scenario/script/repl",
"profile": "yarn test tests/gasProfiler.js",
"test": "script/test.sh",
"test:prepare": "NO_RUN=true script/test.sh"
},
"mocha": {
"timeout": 100000,
"useColors": true,
"reporter": "spec"
},
"dependencies": {
"@openzeppelin/contracts": "^3.4.1",
"@openzeppelin/test-helpers": "^0.5.11",
"@truffle/hdwallet-provider": "^1.2.2",
"chai": "^4.3.4",
"chai-bignumber": "^3.0.0",
"decimal.js": "^10.2.0",
"ethereumjs-util": "^7.0.10",
"ethers": "^5.3.1",
"ganache-cli": "^6.10.1",
"global": "^4.4.0",
"mocha": "^9.0.0",
"solidity-coverage": "^0.7.16",
"truffle": "^5.1.54",
"truffle-flattener": "^1.4.4",
"truffle-hdwallet-provider": "^1.0.17",
"truffle-plugin-verify": "^0.5.8"
},
"devDependencies": {
"prettier": "^2.3.1",
"prettier-plugin-solidity": "^1.0.0-beta.13"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/winter365/learn-sc.git
git@gitee.com:winter365/learn-sc.git
winter365
learn-sc
learn-sc
master

搜索帮助