{"id":20400752,"url":"https://github.com/bifrost-technologies/solnet.raydium","last_synced_at":"2026-01-23T03:56:20.341Z","repository":{"id":248036983,"uuid":"768878724","full_name":"Bifrost-Technologies/Solnet.Raydium","owner":"Bifrost-Technologies","description":"C# client and SDK for the Raydium v4 Amm program on Solana!","archived":false,"fork":false,"pushed_at":"2024-10-21T19:17:22.000Z","size":24,"stargazers_count":9,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T08:47:36.496Z","etag":null,"topics":["amm","csharp","raydium","sdk","solana","solnet"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bifrost-Technologies.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-07T22:42:57.000Z","updated_at":"2025-03-21T10:35:27.000Z","dependencies_parsed_at":"2024-10-21T23:11:11.305Z","dependency_job_id":null,"html_url":"https://github.com/Bifrost-Technologies/Solnet.Raydium","commit_stats":null,"previous_names":["bifrost-technologies/solnet.raydium"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bifrost-Technologies%2FSolnet.Raydium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bifrost-Technologies%2FSolnet.Raydium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bifrost-Technologies%2FSolnet.Raydium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bifrost-Technologies%2FSolnet.Raydium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bifrost-Technologies","download_url":"https://codeload.github.com/Bifrost-Technologies/Solnet.Raydium/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248578869,"owners_count":21127713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amm","csharp","raydium","sdk","solana","solnet"],"created_at":"2024-11-15T04:45:55.797Z","updated_at":"2026-01-23T03:56:20.300Z","avatar_url":"https://github.com/Bifrost-Technologies.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![raydium-small](https://github.com/user-attachments/assets/4cc1bc3d-6f0c-4a52-bc59-4466ddc68c9f)\n\n\n# Solnet.Raydium\nA C# SDK \u0026 Client for Rayium's V4 Amm program on Solana\n\n### Dependencies\n- NET8\n- Solnet.Rpc\n- Solnet.Wallet\n- Solnet.Programs\n\n#### Search for the NET8 tag on nuget to find the latest versions of Solnet\n\n### Quickstart\n\n```\nusing Solnet.Programs.Utilities;\nusing Solnet.Raydium.Client;\nusing Solnet.Raydium.Types;\nusing Solnet.Rpc;\nusing Solnet.Wallet;\n\nIRpcClient connection = ClientFactory.GetClient(\"RPC LINK HERE\");\nRaydiumAmmClient raydiumAmmClient = new RaydiumAmmClient(connection);\n\nAccount trader = Account.FromSecretKey(\"SECRET KEY HERE\");\n\n//amountIn must be in lamports\n//Minimum out can be 0 to always execute no matter what or set it specifically to apply a fixed slippage rate\nvar swap_test = await raydiumAmmClient.SendSwapAsync(new PublicKey(\"POOL ADDRESS HERE\"), SolHelper.ConvertToLamports(0.01m), 0, OrderSide.Buy, trader, trader);\n\nConsole.WriteLine(swap_test.RawRpcResponse.ToString());\nConsole.ReadKey();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbifrost-technologies%2Fsolnet.raydium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbifrost-technologies%2Fsolnet.raydium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbifrost-technologies%2Fsolnet.raydium/lists"}