Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anikethsaha/dapp-demo

A one way wallet build on top of solidity contract , NodeJS and frontend by web3 , ReactJS
https://github.com/anikethsaha/dapp-demo

ethereum-blockchain expressjs node reactjs redux solidity-contracts truffle-framework web3js

Last synced: about 6 hours ago
JSON representation

A one way wallet build on top of solidity contract , NodeJS and frontend by web3 , ReactJS

Awesome Lists containing this project

README

        

# DAPP-Demo
##### A one way wallet build on top of `solidity` contract , `NodeJS` and frontend by `web3` , `ReactJS` And State Management By `ReduxJS`

## Technology used

##### `NodeJS` - Server
##### `ExpressJS` - Node Server Framework
##### `Solidity` - Language to code smart contract to run on ethereum blockchain
##### `Truffle` - For project setup and environment to connect with ethereum
##### `Ethereum` - blockchain technology
##### `Ganache` - local blockchain network provider
##### `ReactJS` - Frontend Framework
##### `Webpack` - Package bundler
##### `redux` - State Management in view

## How to run this
##### Clone this project using `git clone https://github.com/anikethsaha/wallet-DAPP.git`
##### Install Packges using `npm i`
##### Run ganache local network
##### Run `npm run build` to start the webpack in one terminal
##### Run `npm run server` to start the node server in another terminal