{"id":20400750,"url":"https://github.com/bifrost-technologies/solnet.moonshot","last_synced_at":"2025-04-12T14:08:39.511Z","repository":{"id":246883514,"uuid":"824613338","full_name":"Bifrost-Technologies/Solnet.Moonshot","owner":"Bifrost-Technologies","description":"C# SDK for Dexscreener's Moonshot program","archived":false,"fork":false,"pushed_at":"2024-10-21T19:20:38.000Z","size":21,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-26T08:47:36.493Z","etag":null,"topics":["csharp","dexscreener","moonshot","moonshot-bot","solana","solnet","wen-moon-ser"],"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-07-05T14:07:59.000Z","updated_at":"2025-03-18T16:10:08.000Z","dependencies_parsed_at":"2024-10-22T20:00:48.918Z","dependency_job_id":null,"html_url":"https://github.com/Bifrost-Technologies/Solnet.Moonshot","commit_stats":null,"previous_names":["bifrost-technologies/solnet.moonshot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bifrost-Technologies%2FSolnet.Moonshot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bifrost-Technologies%2FSolnet.Moonshot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bifrost-Technologies%2FSolnet.Moonshot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bifrost-Technologies%2FSolnet.Moonshot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bifrost-Technologies","download_url":"https://codeload.github.com/Bifrost-Technologies/Solnet.Moonshot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248578868,"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":["csharp","dexscreener","moonshot","moonshot-bot","solana","solnet","wen-moon-ser"],"created_at":"2024-11-15T04:45:55.778Z","updated_at":"2025-04-12T14:08:39.487Z","avatar_url":"https://github.com/Bifrost-Technologies.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![moonshot](https://github.com/user-attachments/assets/3aff7437-2e76-4444-b52f-ecf27b2c9bc4)\n\n# Solnet.Moonshot\nSolnet.Moonshot is a C# SDK \u0026 Client for the Moonshot on-chain program.\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# Quick start example:\n```\nusing Solnet.Rpc;\nusing Solnet.Wallet;\nusing PublicKey = Solnet.Wallet.PublicKey;\nusing Solnet.Moonshot;\n\n\nvar rpc = ClientFactory.GetClient(Cluster.MainNet);\n\nMoonshotClient moonshotClient = new MoonshotClient(rpc);\n\nAccount botAccount = Account.FromSecretKey(\"SECRET_KEY_HERE\");\n\nPublicKey tokenAddress = new PublicKey(\"TOKEN_ADDRESS_HERE\");\n\nTradeOrder tradeOrder = new TradeOrder()\n{\n    Amount = 8860000000000,\n    CollateralAmount = 5000000,\n    SlippageBps = 100\n\n};\nstring response = await moonshotClient.SendBuyAsync(botAccount, tokenAddress, tradeOrder);\nConsole.WriteLine(response);    \nConsole.ReadKey();\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbifrost-technologies%2Fsolnet.moonshot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbifrost-technologies%2Fsolnet.moonshot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbifrost-technologies%2Fsolnet.moonshot/lists"}