文件名称:eos-marketplace-demo:建立在EOS区块链上的示例市场
文件大小:95KB
文件格式:ZIP
更新时间:2024-05-31 06:57:22
vue dapp blockchain eos JavaScript
使用Vue.js和EOS区块链的基本EOS CRUD示例 归功于 设置 需要EOSIO 1.0 # install dependencies git clone git@github.com:wpuricz/eos-commerce.git cd eos-commerce npm install 创建一个秘密文件 这是为了保留端点和签署交易所需的密钥 密钥只是为了便于演示而存储! 不用于生产 touch config/secrets.js module.exports = { endpoint: "http://xxx.xxx.xxx.xxx:8888", keys: [ 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx
【文件预览】:
eos-marketplace-demo-master
----.babelrc(77B)
----config()
--------index.js(540B)
--------config.development.js(954B)
--------config.app.js(257B)
--------config.base.js(318B)
--------config.production.js(944B)
----package.json(1KB)
----index.html(301B)
----package-lock.json(334KB)
----static()
--------.gitkeep(0B)
----src()
--------assets()
--------js()
--------scss()
----contracts()
--------orders.h(593B)
--------commerce.cpp(4KB)
--------products.h(386B)
----.gitignore(200B)
----webpack.config.js(292B)
----README.md(1KB)
----.editorconfig(147B)
----build()
--------webpack.development.js(878B)
--------webpack.production.js(4KB)
--------webpack.base.js(2KB)