Skip to content

tongwang02/DappDemo

Repository files navigation

DappDemo for Windows

Use truffle + web3.js + ganache + node.js to create a Dapp for junior leaners.

First, build project

build node.js goto webside for download latest npm(https://nodejs.org/en/download/current/) then win + R and input 'cmd' for windows powershell run 'npm -v' for checking npm is or not installed Node.js includes npm so we could continue our step

build truffle npm install -g truffle

build web3 npm install web3 use node for check node Web3 = require('web3')

build solic npm i [email protected] --save -g

build ganache [ganache](https://trufflesuite.com/ganache/)

If you hava any questions, send me an email my email address [email protected]

About

The newest and the most easily Demo for Dapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published