Solnet
Solnet copied to clipboard
Solana's .NET SDK and integration library.
Imagine a compiled smart contract is in hand. (compiled with cargo build-bpf) how to push it to solana network using solnet ?
Implement transaction V2 & CU requests.
I've tried to run the project examples. all of them are fine but I get errors when in TokenSwapExample. I'll attach the logs 
Run `dotnet format` with `end_of_line = crlf` in `.editorconfig`. run for both net5 and net6, otherwise future PR backporting becomes non-trivial.
As far as I understand, smart contracts for Solana are written in Rust, C or C++ and then compiled into Solana BPF Bytecode. Is there anything planned for Solnet in...
### Implement the following Solana Program Library on-chain programs: - [x] Token Program ( #76 ) - [x] Token Swap Program ( #260 ) - [x] Associated Token Account Program...
Lack of async methods in batching requests make it unuseable with avalonia and blazor wasm
| Status | Type | ⚠️ Core Change | Issue | | :---: | :---: | :---: | :--: | | Hold | Feature | Yes | #265 | ##...
Implement the Governance program. Docs: - https://github.com/solana-labs/solana-program-library/tree/master/governance - https://docs.rs/spl-governance/2.1.4/spl_governance/
Implement the stake pool program. Docs: - https://github.com/solana-labs/solana-program-library/blob/master/stake-pool/ - https://spl.solana.com/stake-pool - https://docs.rs/spl-stake-pool/0.6.3/spl_stake_pool/