Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wangshijun/ethereum-dapp-nuxt

基于前端开发环境的以太坊智能合约 + DApp 工作流,包含编译、部署、测试等环节,Nuxt 版本
https://github.com/wangshijun/ethereum-dapp-nuxt

element-ui ethereum nuxtjs smart-contracts solidity vuejs

Last synced: 19 days ago
JSON representation

基于前端开发环境的以太坊智能合约 + DApp 工作流,包含编译、部署、测试等环节,Nuxt 版本

Awesome Lists containing this project

README

        

# ethereum-dapp-nuxt

## 这是什么?

以太坊智能合约和 DApp 开发框架和工作流示例,基于 [Vue.js](https://vuejs.org/) + [Nuxt.js](https://nuxtjs.org/) + [ElementUI](http://element-cn.eleme.io/#/zh-CN) 实现。

> 基于 [React](http://reactjs.org/) + [Next.js](https://nextjs.org/) + [Material UI](https://material-ui.com/) 实现的版本参见:[wangshijun/ethereum-contract-workflow](https://github.com/wangshijun/ethereum-contract-workflow)。

## 开发环境

* Node.js 8.x 以上
* Chrome
* 有良好命令行支持的系统

## 如何开发

参见掘金小册[《区块链开发入门:从 0 到 1 构建基于以太坊智能合约的 ICO DApp》](https://juejin.im/book/5addb2eb6fb9a07abd0d4557)。