Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samarth30/dapp-mongodb
Made dapp and storing events data to mongodb on events emited by smart contract
https://github.com/samarth30/dapp-mongodb
dapp erc20-tokens ethereum eventslistner mongodb react reactjs smartcontracts solidity web3
Last synced: 1 day ago
JSON representation
Made dapp and storing events data to mongodb on events emited by smart contract
- Host: GitHub
- URL: https://github.com/samarth30/dapp-mongodb
- Owner: samarth30
- Created: 2020-10-11T17:50:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T09:36:18.000Z (about 4 years ago)
- Last Synced: 2023-03-03T02:31:37.790Z (almost 2 years ago)
- Topics: dapp, erc20-tokens, ethereum, eventslistner, mongodb, react, reactjs, smartcontracts, solidity, web3
- Language: JavaScript
- Homepage:
- Size: 895 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dapp-Mongodb
Made dapp and storing events data to mongodb on events emited by smart contract
when smart contract emits a particular event then the data isstored in mongodb# how to run it
### smart contract deployment
-- npm install at root folder
-- truffle migrate --reset
### run the backend
### before running these run the mongodb and robo 3t
-- cd backend
-- npm install
-- node serverjs
### frontend
-- cd client
-- npm install
-- npm start