Skip to content

Convert Starknet event data from bytes to Python data types

Notifications You must be signed in to change notification settings

xavier-quadratic/Apibara-deserializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Convert Starknet event data from bytes to Python data types

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages