{"id":23545548,"url":"https://github.com/bh2smith/safe-tx-accounter","last_synced_at":"2025-05-15T10:34:39.624Z","repository":{"id":154177445,"uuid":"630826466","full_name":"bh2smith/safe-tx-accounter","owner":"bh2smith","description":"Validating safe multisend transactions","archived":false,"fork":false,"pushed_at":"2023-04-25T08:50:21.000Z","size":18,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-17T10:47:59.148Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bh2smith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-04-21T08:36:49.000Z","updated_at":"2023-04-21T08:40:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ce3e248-afb4-4dae-b090-44570edfdeed","html_url":"https://github.com/bh2smith/safe-tx-accounter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bh2smith%2Fsafe-tx-accounter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bh2smith%2Fsafe-tx-accounter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bh2smith%2Fsafe-tx-accounter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bh2smith%2Fsafe-tx-accounter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bh2smith","download_url":"https://codeload.github.com/bh2smith/safe-tx-accounter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254323205,"owners_count":22051744,"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":[],"created_at":"2024-12-26T08:18:48.635Z","updated_at":"2025-05-15T10:34:39.604Z","avatar_url":"https://github.com/bh2smith.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"A tiny static HTML page for extracting Safe Multi-Transfers from transaction ids\n\n# Build \u0026 Run the Web UI\n\nBuilding the static page requires:\n- POSIX environment, specifically `make` and `sed`\n- [Deno](https://deno.land) for bundling JavaScript\n- _Optionally_ [cURL](https://curl.se) for uploading to IPFS\n\n```sh\nmake # builds dist/index.html static page\nmake host # builds the static HTML page hosts it locally on port 8000\nmake ipfs # builds the static HTML page and uploads it to IPFS\nmake clean # cleans up the dist/ directory\n```\n\n# Basic CLI Setup\n\n```sh\nbrew install deno (macOS)\ngit clone git@github.com:bh2smith/safe-tx-accounter.git\ncd safe-tx-accounter\n```\n\nThen, when you have a multisend transaction to verify, fetch the transaction ID from the URL. For example, everythign that comes after `id=` in the following example URL:\n\nhttps://app.safe.global/transactions/tx?safe=eth:0xA03be496e67Ec29bC62F01a428683D7F9c204930\u0026id=multisig_0xA03be496e67Ec29bC62F01a428683D7F9c204930_0x05b1ed0ddcc1b03c97421d91372b82f67cb1c8fed80de1f856bdfc7b1ed842d7\n\n```sh\nexport TX_ID=multisig_0xA03be496e67Ec29bC62F01a428683D7F9c204930_0x05b1ed0ddcc1b03c97421d91372b82f67cb1c8fed80de1f856bdfc7b1ed842d7\ndeno run \\\n  --allow-read=\"./\" \\\n  --allow-write=\"./out.csv\" \\\n  --allow-net=safe-client.safe.global \\\n  -- \\\n  \"./transfer-accounter.ts\" \\\n  $TX_ID\n```\n\nThis will validate and generate the CSV File corresponding to the following Solver Payout Transaction.\n\nSee Example output [example.out.csv](./example.out.csv)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbh2smith%2Fsafe-tx-accounter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbh2smith%2Fsafe-tx-accounter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbh2smith%2Fsafe-tx-accounter/lists"}