Skip to content

Latest commit

 

History

History
87 lines (68 loc) · 3.9 KB

README.md

File metadata and controls

87 lines (68 loc) · 3.9 KB


Realtime EVM Transaction Tracker(ERC721, ERC1155)

About The Project

Product Name Screen Shot

This repository is an effort to create a nodejs server that tracks and records 2 aspects of ERC721/1155 tokens to mongodb database.

  • New smart contract deployments that follow ERC721/1155 standard.
  • Gather all the transfers happening on these contracts.

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

NodeJS v20.11.0

(back to top)

Getting Started

In order to setup the project on locally continue to the sections below.

Prerequisites

Installation

  1. Get 2 rpc urls for any evm compatible chain you may want to setup tracking for.
  2. Open the .env.sample file and add the values then rename it to .env.
  3. Spin up a redis server on port 6379.
  4. Install dependancy packages
    yarn
  5. Spin up a local server by running
    yarn dev

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)