文件名称:smart-contract-tutorial:该存储库包含我们的文章https中使用的完整代码
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-29 00:26:00
smart-contracts truffle smart-contract-tools truffle-framework smart-contract
智能合约教程 该存储库包含我们的文章使用的完整代码。 您可以在test文件夹中找到完整的单元测试包,而智能合约本身位于contracts文件夹中。 部署脚本包含在deploy.js文件中。 RubyGarage是东欧领先的软件开发和咨询公司。 我们的主要专业知识包括Ruby和Ruby on Rails,但我们成功地采用了其他技术来为客户提供最佳结果。 获得更多激动人心的作品!
【文件预览】:
smart-contract-tutorial-master
----.gitignore(21B)
----truffle-config.js(135B)
----package.json(194B)
----package-lock.json(26KB)
----assets()
--------rubygarage-logo.png(10KB)
----README.md(856B)
----deploy.js(2KB)
----migrations()
--------2_deploy_contracts.js(200B)
--------1_initial_migration.js(129B)
----contracts()
--------Migrations.sol(508B)
--------OddjobPayContract.sol(628B)
----truffle.js(135B)
----test()
--------OddjobPayContract.js(5KB)