Solnet icon indicating copy to clipboard operation
Solnet copied to clipboard

Solana's .NET SDK and integration library.

Results 57 Solnet issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/51044940/156738298-cbb1c599-bf08-4ae5-b207-0e1c069b0a16.png)

bug

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...

enhancement

Lack of async methods in batching requests make it unuseable with avalonia and blazor wasm

enhancement

| 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/

enhancement

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/

enhancement