{"id":16559938,"url":"https://github.com/friedger/stacks-send-many","last_synced_at":"2025-10-09T01:13:13.756Z","repository":{"id":43932338,"uuid":"361665743","full_name":"friedger/stacks-send-many","owner":"friedger","description":"UI for send-many contract on Stacks","archived":false,"fork":false,"pushed_at":"2025-08-14T15:59:30.000Z","size":2628,"stargazers_count":14,"open_issues_count":3,"forks_count":23,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-09T01:11:31.720Z","etag":null,"topics":["crypto","layer-2","stacks","stacks-blockchain"],"latest_commit_sha":null,"homepage":"https://sendstx.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/friedger.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-26T07:59:17.000Z","updated_at":"2025-08-14T15:59:34.000Z","dependencies_parsed_at":"2025-10-09T01:10:43.361Z","dependency_job_id":null,"html_url":"https://github.com/friedger/stacks-send-many","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/friedger/stacks-send-many","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedger%2Fstacks-send-many","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedger%2Fstacks-send-many/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedger%2Fstacks-send-many/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedger%2Fstacks-send-many/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/friedger","download_url":"https://codeload.github.com/friedger/stacks-send-many/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedger%2Fstacks-send-many/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000725,"owners_count":26082894,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["crypto","layer-2","stacks","stacks-blockchain"],"created_at":"2024-10-11T20:27:36.085Z","updated_at":"2025-10-09T01:13:13.726Z","avatar_url":"https://github.com/friedger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stacks-send-many\n\nUI for sending tokens to many recipients at the same time using the `transfer-many` of the token contract or special `send-many` contracts.\n\n## URL format\n\n## Tokens\n\nEach token has its own path like `https://sendstx.com/not`, `https://sendstx.com/sbtc`, etc.\n\nFor stx transfers use just `https://sendstx.com/`\n\n## Chains\n\nYou can add `?chain=testnet` for transactions on testnet.\n\n### Recipients\n\nIf you want to use a quick url, just add one or many recipient params like this:\n\n```ts\nconst params = new URLSearchParams([\n  ['recipient', 'SP1...MZ,1000,\"thanks, love you\"'],\n  ['recipient', 'hz.btc,1000,\"shokran\"'],\n  ['recipient', 'friedger.btc,1000,\"danke\"'],\n  // you can always omit the memo and it will work as well\n  ['recipient', 'nothing.btc,1000'],\n]);\n\nconst sendSTXURL = `https://sendstx.com/not?${params.toString()}`;\n// This produces\n// https://sendstx.com/not?recipient=SP1...MZ%2C1000%2C%22thanks%2C+love+you%22\u0026recipient=hz.btc%2C1000%2C%22shokran%22\u0026recipient=friedger.btc%2C1000%2C%22danke%22\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriedger%2Fstacks-send-many","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriedger%2Fstacks-send-many","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriedger%2Fstacks-send-many/lists"}