Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 855 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 855 Bytes

Apibara Deserializer

Table of Contents

About

Converts Starknet event data from bytes to Python data types

Our Moloch on Starknet indexer is based on Apibara python indexer Template, which enables to quickly start indexing smart contracts events with Apibara.

As our indexer handles a dozen of events which are sent by apibara as bytes, we developed a generic function to convert them to Python data types in order to facilitate the update of the mongoDB database.

Install

git clone https://github.com/Quadratic-Labs/Apibara-deserializer.git
cd Apibara-deserializer
pip install .