文件名称:smartcontract-storagepatteren:智能合约存储模式
文件大小:90KB
文件格式:ZIP
更新时间:2024-05-20 02:12:04
ethereum smart-contracts ethereum-contract JavaScript
使用存储模式可升级的智能合约
【文件预览】:
smartcontract-storagepatteren-master
----.gitignore(18B)
----.babelrc(25B)
----app()
--------javascripts()
--------stylesheets()
--------index.html(925B)
----.eslintrc(308B)
----package.json(1KB)
----package-lock.json(312KB)
----webpack.config.js(801B)
----box-img-lg.png(10KB)
----box-img-sm.png(5KB)
----README.md(47B)
----.eslintignore(129B)
----migrations()
--------3_deploy_metacoin.js(461B)
--------1_initial_migration.js(129B)
--------2_deploy_storage.js(144B)
----contracts()
--------MetaCoin.sol(1KB)
--------MetaCoinStorage.sol(800B)
--------Migrations.sol(547B)
--------ConvertLib.sol(197B)
----truffle.js(233B)
----test()
--------TestMetacoin.sol(630B)
--------metacoin.js(2KB)