文件名称:ethereum-voting-api:前端位于https
文件大小:38KB
文件格式:ZIP
更新时间:2024-06-04 04:45:18
ethereum JavaScript
以太坊投票API 基于以太坊的投票应用程序的api。 入门 这些说明将为您提供在本地计算机上运行的项目的副本 先决条件 使用的Web框架 -模拟了一个复仇的网络为当地发展 松露-以太坊的开发环境。 可以使用$ npm install -g truffle 正在安装 一系列循序渐进的示例,告诉您如何运行开发环境 克隆此仓库 $ git clone git@github.com:ShemManyu/ethereum-voting-api.git 安装依赖项 $ npm install 进入松露/目录 $ cd truffle 确保ganache正在运行,获取它在localhost中运行的端口,并确保与truffle.js文件中的端口相同。 编译合同并部署到ganache网络。 $ truffle compile $ truffle deploy --reset --network
【文件预览】:
ethereum-voting-api-master
----index.js(4KB)
----truffle()
--------truffle.js(239B)
--------migrations()
--------contracts()
--------truffle-config.js(135B)
--------build()
----npm-shrinkwrap.json(62KB)
----.gitignore(12B)
----README.md(2KB)