项目作者: modolee

项目描述 :
간단한 이더리움 배팅 Dapp with Vue.js
高级语言: JavaScript
项目地址: git://github.com/modolee/bet-dapp-vuejs.git
创建时间: 2018-07-16T08:34:19Z
项目社区:https://github.com/modolee/bet-dapp-vuejs

开源协议:

下载


bet-dapp-vuejs

Ethereum simple betting dapp with Vue.js

Build Setup

  1. # install dependencies
  2. npm install
  3. # serve with hot reload at localhost:8080
  4. npm run dev
  5. # build for production with minification
  6. npm run build
  7. # build for production and view the bundle analyzer report
  8. npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Vue.js를 활용하기 위한 연습용 프로젝트

아래 포스팅을 따라하며 만든 프로젝트입니다. 1 ~ 10 사이의 숫자를 선택하고, ether를 배팅하여 숫자가 맞으면 ether를 따고 맞지 않으면 ether를 잃는 간단한 배팅 댑

Create your first Ethereum dAPP with Web3 and Vue.JS

  • Part 1
    • 기본 준비 (node, npm, vue 설치)
    • vue 프로젝트 생성
    • Remix 이용해서 Smart Contract 작성 및 실행
  • Part 2
    • vue, vuex를 이용한 기본 페이지 작성
    • web3를 이용해 Metamask 정보 불러오기
  • Part 3
    • web3를 이용해 Smart Contract와 연동하기
    • UI 만들기