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.
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.
In order to setup the project on locally continue to the sections below.
- node v20.11.0
- yarn
- Redis Server
- Get 2 rpc urls for any evm compatible chain you may want to setup tracking for.
- Open the
.env.sample
file and add the values then rename it to.env
. - Spin up a redis server on port 6379.
- Install dependancy packages
yarn
- Spin up a local server by running
yarn dev
Distributed under the MIT License. See LICENSE
for more information.