rubenguc / rinkeby-eth-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

API that allows people to retrieve and filter transactions from the Ethereum network. The user can filter the transactions by hash, block number, from and to address. It was made with etherjs and Rinkeby

ENV

you need to provide:

  • MONGO_URL
  • ALCHEMY_TOKEN

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

About


Languages

Language:TypeScript 90.6%Language:JavaScript 9.4%