A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ npm install$ docker run -d -p 27017:27017 --name m1 mongo
$ npm run start
Available filters (all are optional): hash - blockNumber - toAddress - fromAddress
Request example:
GET /transactions?hash=0x9f643ba24542f69cf05ca1fada34aa80e3f9994bfe2a07fcd746041440419a0b&blockNumber=9367621&fromAddress=0x25480aaC6bb3b5720e99785173736339cE89bc53&toAddress=0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov