Skip to content

sniperyan/webpack-dapp-demo

Repository files navigation

DAPP DEMO

基于Ethereum Virtual Machine 运行的 Solidity 智能合约 DAPP(decentralized application) demo

  • 使用truffle框架开发
  • 使用ganache作为客户端来支持JSON RPC API的调用

运行效果

Alt text

how to run

  1. you should install node8+
  2. install solc
npm install -g solc
  1. install truffle
npm install -g truffle
  1. download ganache ganache

  2. run ganache

git clone https://github.com/sniperyan/webpack-dapp-demo.git
npm install
rm -rf build
truffle compile
truffle migration
truffle migration
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published