SpeakOut:区块链演示应用

时间:2024-05-31 11:05:58
【文件属性】:

文件名称:SpeakOut:区块链演示应用

文件大小:1.39MB

文件格式:ZIP

更新时间:2024-05-31 11:05:58

JavaScript

说出来 区块链演示应用 与Docker一起运行 运行Ganache作为以太坊区块链 docker run -it --name SpeakOut.Ganache -p 8545:8545 node:8 /bin/bash npm install -g ganache-cli 将Truffle作为编译和迁移平台运行 docker run -it --name SpeakOut.Truffle -p 3000:3000 -v `pwd`/SpeakOut:/home node:8 /bin/bash npm install -g truffle 将Exprsss作为Web服务器运行 docker run -it --name SpeakOut.Web -p 8080:3000 -v `pwd`/SpeakOut:/home node:8 /bin/bash npm install


【文件预览】:
SpeakOut-master
----.gitignore(1009B)
----app.js(2KB)
----package.json(939B)
----package-lock.json(147KB)
----src()
--------templates()
--------data()
--------services()
--------public()
--------views()
--------config()
--------index.html(1KB)
--------contracts()
--------controllers()
----bin()
--------www(2KB)
----services()
--------baiduapi.js(4KB)
----Gruntfile.js(3KB)
----LICENSE(1KB)
----README.md(501B)
----config.js(512B)
----migrations()
--------2_deploy_contracts.js(292B)
--------1_initial_migration.js(129B)
----contracts()
--------MetaCoin.sol(813B)
--------.gitkeep(0B)
--------Adoption.sol(4KB)
--------Migrations.sol(515B)
--------ConvertLib.sol(183B)
----truffle.js(183B)
----test()
--------TestAdoption.sol(5KB)
--------.gitkeep(0B)

网友评论