Skip to content

canissj/blockcoders

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

$ docker run -d -p 27017:27017 --name m1 mongo
$ npm run start

How to use

Available filters (all are optional): hash - blockNumber - toAddress - fromAddress

Request example:
GET /transactions?hash=0x9f643ba24542f69cf05ca1fada34aa80e3f9994bfe2a07fcd746041440419a0b&blockNumber=9367621&fromAddress=0x25480aaC6bb3b5720e99785173736339cE89bc53&toAddress=0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

NodeJS app to fetch ETH blocks and filter transactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors