Skip to content

bmresearch/OST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

OST (Oaks' Solana Toolbox) is a GUI implementation of some tools we've used along the time and that would be a waste to leave gathering dust on the SSD memory chips. In order to reduce the bootstrapping required this is a direct fork of Anvil.

Expecte more tools, as this will be used to test development some of Project Citadel functionalities.

DISCLAIMER: some of these tools won't work in all RPCs as they are very request intensive.

Features

  • NFTs
    • Fetching metadata and the NFT
    • Fetching collection mints
    • Fetching current collection owners
    • Export functions
  • Full Featured Name Service client
    • .sol <-> address
    • twitter handle <-> address
    • token mints <-> info (ticker, etc)
    • global search by address owner
  • Forensic tools
    • Identify top senders and receivers of native token by tx count and volume

Build

To build OST you will need to have the .NET Runtime 6.0.0 installed.

To simply run without bothering about publishing, run the following command:

dotnet run -c Release --project ./Ost/Ost.csproj

To publish the app:

Windows

dotnet publish -c Release -o ./publish --runtime win-x64 --self-contained true

macOS x64

dotnet publish -c Release -o ./publish --runtime osx.12-x64 --self-contained true

macOS arm64

dotnet publish -c Release -o ./publish --runtime osx.12-arm64 --self-contained true

Linux x64

dotnet publish -c Release -o ./publish --runtime linux-x64 --self-contained true

If you wish to publish the application for another runtime, check out the list of available runtime identifiers.

Support

Consider supporting us:

  • Sol Address: oaksGKfwkFZwCniyCF35ZVxHDPexQ3keXNTiLa7RCSp
  • Mango Ref Link

Contribution

If you have any other solana tool using C# feel free to contribute and add your own views and functionality.

Maintainers

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

 
 
 

Languages