Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksh-bansal-dev/demo-dapp
Basic CRUD DApp.
https://github.com/aksh-bansal-dev/demo-dapp
Last synced: 25 days ago
JSON representation
Basic CRUD DApp.
- Host: GitHub
- URL: https://github.com/aksh-bansal-dev/demo-dapp
- Owner: Aksh-Bansal-dev
- Created: 2021-07-22T10:33:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T10:44:28.000Z (over 3 years ago)
- Last Synced: 2024-11-20T11:05:28.954Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo Dapp
Basic CRUD functionality in DApp.## Technologies used
- `Ganache` to run local blockchain
- `Truffle` for development and testing smart contracts
- `Web3` to use smart contract on the client side
- `Webpack` to serve html and javascript## How to use
#### Frontend
- Run `npm install` to install all dependencies
` Run `npm start` to start server.#### Smart contract
- Install truffle by running `npm i -g truffle`
- Run `truffle test` to test the app.
- Run `truffle develop` to start development console.
- Run `migrate --reset` to deploy smart contract to local blockchain(ganache)