What are all the dependencies I need to make an indexer?

What are all the dependencies I need to write and run an indexer?

34 Likes

@sarah You can start with with “Getting Started” section of the Indexer Book, which walks you through installing Rust, system dependencies (for your platform), and cargo application dependencies. :slight_smile:

Mind you this section of the book is subject to change

https://fuellabs.github.io/fuel-indexer/master/getting-started/index.html

13 Likes