文件名称:CryptoCarz:CryptoCarz的智能合约(https
文件大小:102KB
文件格式:ZIP
更新时间:2024-05-20 06:47:20
JavaScript
CryptoCarz智能合约 合约书 请参阅目录。 开发 合同以编写,并使用和进行测试。 依存关系 # Install local node dependencies $ npm install 测试 # Compile all smart contracts $ npm run build # Run all tests $ npm test # Run test coverage analysis $ npm run coverage 码头工人 提供了用于运行容器化测试的Docker映像。 需要[Docker Compose] [docker compose]。 # Build the container and run all tests $ make build test # Run a test for a single contract $ docker-compose ru
【文件预览】:
CryptoCarz-master
----Dockerfile(530B)
----.gitignore(64B)
----tsconfig.json(332B)
----README.md(1KB)
----.gitlab-ci.yml(915B)
----docker-compose.yml(265B)
----LICENSE(1KB)
----.dockerignore(22B)
----.jshintrc(41B)
----package.json(1KB)
----truffle()
--------.gitignore(30B)
--------test()
--------migrations()
--------truffle.js(648B)
--------truffle-config.js(135B)
--------.solcover.js(134B)
--------contracts()
----src()
--------examples.ts(24KB)
----.babelrc(28B)
----scripts()
--------build.sh(166B)
--------test.sh(2KB)
--------test.env(16B)
--------unify.sh(901B)
--------coverage.sh(799B)
----Makefile(464B)
----package-lock.json(318KB)