文件名称:flutter-ethereum-smartcontracts:与以太坊智能合约交互的Flutter应用示例
文件大小:135KB
文件格式:ZIP
更新时间:2024-04-02 00:07:09
Dart
Flutter和以太坊智能合约 通过web3dart软件包与以太坊智能合约进行交互的Flutter应用程序示例。 入门 该项目假定您的Flutter安装至少已升级到2.0版,以便能够在移动平台(Android和iOS),Web(Chrome)和台式机(在我们的示例中为Linux)上运行该解决方案。 为了构建和测试以太坊智能合约,我们使用了Ganache和Truffle工具。 mkdir petadoption-contract cd petadoption-contract truffle unbox metacoin 笔记 我们将Metacoin用作我们在Truffle中的项目的基础。 一旦我们使用PetAdoption合同进行了修改,我们就会使用Truffle编译智能合同解决方案。 truffle compile 然后通过运行Truffle迁移将智能合约部署到Ganache。
【文件预览】:
flutter-ethereum-smartcontracts-main
----README.md(2KB)
----app-pet-adoption()
--------ios()
--------.gitignore(732B)
--------pubspec.lock(5KB)
--------pubspec.yaml(3KB)
--------README.md(546B)
--------android()
--------test()
--------.metadata(305B)
--------linux()
--------web()
--------lib()
--------assets()
----pet-adoption-contract()
--------test()
--------migrations()
--------LICENSE(1KB)
--------.gitattributes(33B)
--------truffle-config.js(501B)
--------build()
--------contracts()