Coder Social home page Coder Social logo

ost's Introduction

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

ost's People

Contributors

tiago18c avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.