1. “controller” is for the req, res
2. “service” is for the business logic
3. “repository” is for only sql or query stuffs (should not have business logic) o
4. “entity” is for the database modeling
- use eslint with airbnb style
- make all the api’s docs
I have used Ganache local rpc for this -> url : http://192.168.0.189:7545
Get latest 1000 transaction of etherium, return the result sorted by etherium quantity. datas
- Transaction hash,
- sender address
- receiver address
- amount of ether transferred
- block number