文件名称:Solidity-SimpleStorage:学习稳定性 - SimpleStorage
文件大小:9.71MB
文件格式:ZIP
更新时间:2024-08-24 07:35:41
react truffle solidity web3 JavaScript
Solidity 简单存储 安装 注意:您需要安装Node和truffle 。 下载 repo 后,使用终端进入并启动 truffle。 truffle develop > compile > test > migrate --reset > test 并使用第二个终端打开客户端(dapp 前端)。 cd client npm install npm test npm start
【文件预览】:
Solidity-SimpleStorage-master
----.gitattributes(33B)
----client()
--------public()
--------src()
--------README.md(3KB)
--------.gitignore(310B)
--------package.json(633B)
----migrations()
--------1_initial_migration.js(129B)
--------2_deploy_contracts.js(138B)
----contracts()
--------SimpleStorage.sol(363B)
--------Migrations.sol(378B)
----LICENSE(1KB)
----Screenshot.gif(9.8MB)
----test()
--------TestSimpleStorage.sol(532B)
--------simplestorage.js(989B)
----truffle-config.js(872B)
----README.md(384B)
----.gitignore(966B)
----package.json(727B)