{"id":20736816,"url":"https://github.com/confirmedwtf/solana-amm-sdk","last_synced_at":"2026-01-21T14:03:47.801Z","repository":{"id":260875267,"uuid":"882474503","full_name":"confirmedwtf/solana-amm-sdk","owner":"confirmedwtf","description":"Make your tokens top trending on Solana.","archived":false,"fork":false,"pushed_at":"2024-11-08T18:11:58.000Z","size":123,"stargazers_count":26,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-12T22:42:07.717Z","etag":null,"topics":["bot","makers","rank","solana","spl-token","token","volume"],"latest_commit_sha":null,"homepage":"https://confirmed.wtf","language":"JavaScript","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/confirmedwtf.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-11-02T21:45:08.000Z","updated_at":"2024-12-09T00:07:57.000Z","dependencies_parsed_at":"2024-11-03T09:20:15.382Z","dependency_job_id":"c9a2ea29-42cd-4cf5-9e81-897cf91eb07f","html_url":"https://github.com/confirmedwtf/solana-amm-sdk","commit_stats":null,"previous_names":["confirmedwtf/solana-amm-sdk"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confirmedwtf%2Fsolana-amm-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confirmedwtf%2Fsolana-amm-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confirmedwtf%2Fsolana-amm-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/confirmedwtf%2Fsolana-amm-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/confirmedwtf","download_url":"https://codeload.github.com/confirmedwtf/solana-amm-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230508487,"owners_count":18237183,"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":["bot","makers","rank","solana","spl-token","token","volume"],"created_at":"2024-11-17T06:11:54.581Z","updated_at":"2024-12-19T23:12:54.244Z","avatar_url":"https://github.com/confirmedwtf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solana AMM SDK\n\nA powerfully simple SDK for market making on Solana.\n\n## Installation\n\n```bash\nnpm install @confirmedwtf/solana-amm-sdk\n```\n\n## Usage\n\n```javascript\nimport { Connection, Keypair, PublicKey } from \"@solana/web3.js\"\nimport { Amm } from \"@confirmedwtf/solana-amm-sdk\"\n\nconst connection = new Connection(\"https://rpc.helius.xyz/?api-key=9682e038eb\")\nconst payerWallet = Keypair.fromSecretKey(Uint8Array.from([132,203,205,98,129,210,181]))\n\nconst mint = new PublicKey(\"GDfnEsia2WLAW5t8yx2X5j2mkfA74i5kwGdDuZHt7XmG\")\n\nconst amm = new Amm(connection, payerWallet, {disableLogs: false})\n\nconst minSolPerSwap = 0.001111\nconst maxSolPerSwap = 0.001511\nconst mCapFactor = 1\nconst speedFactor = 1\n\nawait amm.volume(mint, minSolPerSwap, maxSolPerSwap, mCapFactor, speedFactor, {includeDexes: [\"Whirlpool\", \"Raydium\", \"Meteora\", \"Orca\"], jitoTipLamports: 100000})\n\nawait amm.makers(mint, 5000, {includeDexes: [\"Whirlpool\", \"Raydium\", \"Meteora\", \"Orca\"], jitoTipLamports: 100000 })\n\nconst swap = await amm.swap(mint, \"buy\", 0.001, {jitoTipLamports: 100000})\n```\n\n## Features\n\n- 🚀 Easy to use\n- 📈 Customizable volume generation\n- ⚡ Jito MEV protection\n- 🔧 Select which Dex to include\n\n## Documentation\n\nFor detailed documentation, visit [docs.confirmed.wtf](https://docs.confirmed.wtf)\n\n## Support\n\n- 🐛 [Report Issues](https://github.com/confirmedwtf/solana-amm-sdk/issues)\n- 💬 [Join Discord](https://discord.gg/confirmedwtf)\n- 📚 [Read Docs](https://docs.confirmed.wtf)\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconfirmedwtf%2Fsolana-amm-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconfirmedwtf%2Fsolana-amm-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconfirmedwtf%2Fsolana-amm-sdk/lists"}