Skip to content

pranav3714/evm-nft-tx-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published