{"id":29482082,"url":"https://github.com/transeptorlabs/betsy","last_synced_at":"2026-05-15T20:31:44.574Z","repository":{"id":248293404,"uuid":"818036270","full_name":"transeptorlabs/betsy","owner":"transeptorlabs","description":"An all in one tool to manage ERC 4337 infrastructure for local development and testing","archived":false,"fork":false,"pushed_at":"2024-08-28T00:24:25.000Z","size":196,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-15T04:10:40.532Z","etag":null,"topics":["account-abstraction","cli","erc4337","ethereum","geth","golang","htmx","tooling"],"latest_commit_sha":null,"homepage":"","language":"Go","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/transeptorlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-21T01:02:29.000Z","updated_at":"2024-07-16T15:41:20.000Z","dependencies_parsed_at":"2024-07-13T19:25:18.213Z","dependency_job_id":"ff6d90fe-bbc9-4e06-b8c2-a412eeff0845","html_url":"https://github.com/transeptorlabs/betsy","commit_stats":null,"previous_names":["transeptorlabs/betsy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/transeptorlabs/betsy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transeptorlabs%2Fbetsy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transeptorlabs%2Fbetsy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transeptorlabs%2Fbetsy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transeptorlabs%2Fbetsy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/transeptorlabs","download_url":"https://codeload.github.com/transeptorlabs/betsy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transeptorlabs%2Fbetsy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["account-abstraction","cli","erc4337","ethereum","geth","golang","htmx","tooling"],"created_at":"2025-07-15T01:17:45.882Z","updated_at":"2026-05-15T20:31:44.557Z","avatar_url":"https://github.com/transeptorlabs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Betsy\n\n[![API Reference](\nhttps://pkg.go.dev/badge/github.com/transeptorlabs/betsy\n)](https://pkg.go.dev/github.com/transeptorlabs/betsy)\n[![Go Report Card](https://goreportcard.com/badge/github.com/transeptorlabs/betsy)](https://goreportcard.com/report/github.com/transeptorlabs/betsy)\n![build status](https://github.com/transeptorlabs/betsy/actions/workflows/build.yml/badge.svg?branch=main)\n\nAn all-in-one CLI tool to manage ERC 4337 infrastructure for local development and testing. \n\n✨ **Features include:**\n1. Ephemeral In-Memory Ethereum Execution Client(Geth)\n   - Starts a fresh instance with each run, ensuring a clean slate every time.\n   - Destroyed after each Betsy run. \n2. Pre-funded accounts \n   - Default accounts with pre-funded balances.\n   - Includes private keys for easy access.\n3. Pre-deployed contract\n   - Type-safe Go binding for Account Abstraction contracts:\n        - [EntryPoint release v7](https://github.com/eth-infinitism/account-abstraction/blob/releases/v0.7/contracts/core/EntryPoint.sol)\n        - [SimpleAccountFactory release v7](https://github.com/eth-infinitism/account-abstraction/blob/releases/v0.7/contracts/samples/SimpleAccountFactory.sol)\n       - Additional contract: GlobalCounter.\n4. ERC 4337 Bundler clients\n     - Includes integration with:\n        - [Transeptor bundler](https://github.com/transeptorlabs/transeptor-bundler)\n5. Realtime ERC 4337 userOp Mempool Explorer UI\n    - Visualize the userOp mempool in real-time, offering an insightful view into current operations.\n\n🚧 **Coming soon:**\n1. Supported ERC 4337 bundlers**\n   - [x] [Transeptor](https://github.com/transeptorlabs/transeptor-bundler)\n   - [ ] Other bundlers (e.g. [Aabundler](https://github.com/eth-infinitism/bundler), [Okbund](https://github.com/okx/okbund) etc.)\n2. Ethereum execution client forks for EVM mainnet and testnet. Run a fork of the Ethereum mainnet or testnet to test your AA smart contracts in a real-world environment.\n3. Manage Entrypoint deposits, withdrawals, and stakes on local Entrypoint contract.\n4. Realtime ERC 4337 Bundler bundle explorer UI. Visualize the bundler bundle production in real time.\n\n## Installation\n\nFor more information on installing Betsy, see the [Installation](./docs/installation.md) guide.\n\n##  Development\n\nInformation on how to set a development environment for Betsy.\n\n### Branches\n\nThe `main` branch acts as the development branch and is the repository's default branch. The main branch build will be marked as `unstable` in the version.\n- Betsy's latest `stable` version can be found on branch `release/x.y.z`.\n\n### Running the CLI\n\nRun the following command to start the CLI:\n```shell\nmake run-cli\n```\n\n### Running tests\n\nTo run the tests, execute the following command:\n```shell\nmake test\n```\n\nOr to run the tests with coverage:\n```shell\nmake test-coverage\n```\n\n##  Contributing\n\nIf you would like to contribute, please follow these guidelines [here](https://github.com/transeptorlabs/betsy/blob/main/CONTRIBUTING.md).\n\n## License\n\nLicensed under the [MIT](https://github.com/transeptorlabs/betsy/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranseptorlabs%2Fbetsy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftranseptorlabs%2Fbetsy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranseptorlabs%2Fbetsy/lists"}