Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Utilities to build transaction scrapers for Solana programs.

Notifications You must be signed in to change notification settings

BankmenFinance/scraper-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Bankmen Finance Scraper Utilities

This repository contains utilities used to build transaction scrapers for Solana programs.


Dependencies

Due to usage of solana v1.16+ and anchor v0.28 this project requires rustc 1.68+, therefore the .vscode/settings.json is pinned to stable rust toolchain.

To make sure you have the latest stable toolchain:

rustup update && rustup upgrade

If you are using a different default toolchain and would not like to change the global default toolchain:

rustup override set stable

The command above will override the settings for the scraper-utils directory.


About

Utilities to build transaction scrapers for Solana programs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages