Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 448 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 448 Bytes

EVM Blockchain Crawler

Description

A sample project for blockchain data crawling and ETL.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

License

Nest is MIT licensed.