{"id":13767109,"url":"https://github.com/etherspot/etherspot-prime-sdk","last_synced_at":"2025-05-16T09:04:53.038Z","repository":{"id":176490872,"uuid":"610206099","full_name":"etherspot/etherspot-prime-sdk","owner":"etherspot","description":"Etherspot Prime - Account Abstraction SDK","archived":false,"fork":false,"pushed_at":"2025-02-13T09:31:26.000Z","size":1281,"stargazers_count":130,"open_issues_count":3,"forks_count":22,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-12T06:16:51.557Z","etag":null,"topics":["account-abstraction"],"latest_commit_sha":null,"homepage":"https://etherspot.fyi","language":"TypeScript","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/etherspot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-06T10:02:32.000Z","updated_at":"2025-05-09T18:45:55.000Z","dependencies_parsed_at":"2023-10-12T19:42:03.877Z","dependency_job_id":"ccb84d7b-0946-4192-a2f6-35dc3bfc632d","html_url":"https://github.com/etherspot/etherspot-prime-sdk","commit_stats":null,"previous_names":["etherspot/etherspot-prime-sdk"],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etherspot%2Fetherspot-prime-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etherspot%2Fetherspot-prime-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etherspot%2Fetherspot-prime-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etherspot%2Fetherspot-prime-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etherspot","download_url":"https://codeload.github.com/etherspot/etherspot-prime-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501557,"owners_count":22081528,"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":["account-abstraction"],"created_at":"2024-08-03T16:01:04.776Z","updated_at":"2025-05-16T09:04:48.018Z","avatar_url":"https://github.com/etherspot.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eEtherspot Prime SDK\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://public.etherspot.io/assets/etherspot.gif\" width=\"200\" height=\"200\"\u003e\n  \u003cp\u003e\n    \u003cb\u003e\n      Etherspot Prime is a ERC-4337 compliant Account Abstraction SDK \n    \u003c/b\u003e\n   \u003c/p\u003e\n\u003c/div\u003e\n\n--------------\n\n\u003e[!IMPORTANT]\n\u003eThis repo/software is under active development.\n\u003e\n\u003e[![npm](https://img.shields.io/npm/v/@etherspot/prime-sdk)](https://www.npmjs.com/package/@etherspot/prime-sdk) \n\n\n## 🐞 Etherspot Prime\n\nEtherspot Prime is a fully open source SDK which let's dapp developers easily get building with Account Abstraction.\n\nThe SDK makes it incredibly easy to get up and running with Account Abstraction. From social logins to transaction batching, using an Etherspot smart wallet can give your dapp a web2 like interface to ensure the user has a seamless experience.\n\n## ⚙ Get started\n\nYou can either get started by installing the packages yourself here:\n\n```bash\nnpm i @etherspot/prime-sdk\n```\n\nOr follow our introductory guide on our docs [here](https://etherspot.fyi/getting-started) which walk you through \ncloning down an example repo and setting up a dapp in your own environment. \n\nThe testnet bundler API key `etherspot_public_key` is included in the example programs which is a public API key with rate limits, to get higher limits register to https://portal.etherspot.io\n\n**Note: It is no longer necessary to include the `projectKey` parameter in the PrimeSdk.**\n\n## 📖 Documentation\n\n- [Quick Start](https://etherspot.fyi/getting-started)\n- [Instantiate the SDK](https://etherspot.fyi/prime-sdk/instantiation)\n- [Running SDK examples](https://etherspot.fyi/examples/intro)\n- [Function List](https://etherspot.fyi/prime-sdk/function)\n- [Batching Transactions](https://etherspot.fyi/prime-sdk/batching-transactions)\n\n## 🔗 Important Links\n\n- [Skandha Bundler](https://etherspot.fyi/skandha/intro)\n- [Arka Paymaster](https://etherspot.fyi/arka/intro)\n- [SDK Reference](https://sdk.etherspot.io/)\n\n## 🏌️‍♂️ Contributions\n\nPlease feel free to open issues or PRs to this repo.\n\n## 🔐 Security\n\nTo report security issues please follow [guide](./SECURITY.md)\n\n## 💬 Contact\n\nIf you have any questions or feedback about Etherspot Prime, please feel free to reach out to us.\n\n- [Follow on Twitter](https://twitter.com/etherspot)\n- [Join our discord](https://discord.etherspot.io/)\n\n## 📄 License\n\nLicensed under the [MIT License](https://github.com/etherspot/etherspot-prime-sdk/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetherspot%2Fetherspot-prime-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetherspot%2Fetherspot-prime-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetherspot%2Fetherspot-prime-sdk/lists"}