Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 695 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 695 Bytes

Apibara Deserializer

Table of Contents

About

Convert Starknet event data from bytes to Python data types

Story

Our Apibara indexer handles a dozen of events which are sent by apibara as bytes, we needed to convert them to Python data types to be able to understand what's in there and update the database accordingly so we wrote a generic function that handles all the events we had and we decided to open source it for the Web3 community.

Install

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