vyper-example-box:Vyper的简单示例框

时间:2024-05-24 03:40:40
【文件属性】:

文件名称:vyper-example-box:Vyper的简单示例框

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-24 03:40:40

JavaScript

Vyper示例框 此框包含一个简单的VyperStorage合同,以显示将Vyper与Truffle结合使用的基础知识。 安装 全局安装Truffle。 确保您拥有v5.0.0或更高版本。 npm install -g truffle 下载盒子。 这也需要安装必要的依赖项。 truffle unbox vyper-example 运行开发控制台。 truffle develop 编译和迁移智能合约。 请注意,在开发控制台内部,我们不以truffle开头命令。 compile migrate 运行测试。 // If inside the development console. test // If outside the development console.. truffle test


【文件预览】:
vyper-example-box-master
----README.md(776B)
----test()
--------vyperStorage.js(390B)
----migrations()
--------1_initial_migration.js(129B)
--------2_deploy_contracts.js(129B)
----LICENSE(1KB)
----truffle-box.json(217B)
----truffle-config.js(1KB)
----contracts()
--------VyperStorage.vy(162B)
--------Migrations.sol(378B)

网友评论