Skip to content

Converts Starknet event data from bytes to Python data types

Notifications You must be signed in to change notification settings

Quadratic-Labs/Apibara-deserializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Converts Starknet event data from bytes to Python data types

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages