Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 2.07 KB

README.md

File metadata and controls

58 lines (42 loc) · 2.07 KB

Build Status (main) Coverage Status

What is Solnet.Raydium?

Solnet is Solana's .NET integration library, a number of packages that implement features to interact with Solana from .Net applications.

Solnet.Raydium is a package within the same Solnet. namespace that implements a Client for the Raydium protocol, this project is in a separate repository so it is contained, as the goal for Solnet was to be a core SDK.

Links

Goals/Features

  • List the staking pools that belong to a wallet
  • Calculate the pending rewards for a pool
  • Deposit/Stake LP
  • Claim Rewards
  • Dex
  • Swaps
  • Add/remove liquidity

Requirements

  • net 5.0

Dependencies

  • Solnet.Wallet 0.4.3
  • Solnet.Rpc 0.4.3

Examples

  • TO DO

Contribution

We encourage everyone to contribute, submit issues, PRs, discuss. Every kind of help is welcome.

Contributors

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