Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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