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.
- 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
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:
dotnet publish -c Release -o ./publish --runtime win-x64 --self-contained true
dotnet publish -c Release -o ./publish --runtime osx.12-x64 --self-contained true
dotnet publish -c Release -o ./publish --runtime osx.12-arm64 --self-contained true
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.
Consider supporting us:
- Sol Address: oaksGKfwkFZwCniyCF35ZVxHDPexQ3keXNTiLa7RCSp
- Mango Ref Link
If you have any other solana tool using C# feel free to contribute and add your own views and functionality.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details