{"id":30896909,"url":"https://github.com/circlefin/modularwallets-web-sdk","last_synced_at":"2025-09-08T23:47:49.620Z","repository":{"id":272851158,"uuid":"890337685","full_name":"circlefin/modularwallets-web-sdk","owner":"circlefin","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-29T14:29:03.000Z","size":706,"stargazers_count":8,"open_issues_count":1,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-08T14:41:46.816Z","etag":null,"topics":["web3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/circlefin.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-18T11:59:21.000Z","updated_at":"2025-08-07T03:02:51.000Z","dependencies_parsed_at":"2025-04-01T16:38:11.775Z","dependency_job_id":"cd54a088-7275-42c4-9f16-84b1d8730633","html_url":"https://github.com/circlefin/modularwallets-web-sdk","commit_stats":null,"previous_names":["circlefin/modularwallets-web-sdk"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/circlefin/modularwallets-web-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlefin%2Fmodularwallets-web-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlefin%2Fmodularwallets-web-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlefin%2Fmodularwallets-web-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlefin%2Fmodularwallets-web-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/circlefin","download_url":"https://codeload.github.com/circlefin/modularwallets-web-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlefin%2Fmodularwallets-web-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231140,"owners_count":25245675,"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-09-08T02:00:09.813Z","response_time":121,"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":["web3"],"created_at":"2025-09-08T23:47:46.754Z","updated_at":"2025-09-08T23:47:49.607Z","avatar_url":"https://github.com/circlefin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# w3s-web-core-sdk\n\nRepository for the Circle Modular Wallet Web SDK (*aka.* BW Web SDK or Buidl Wallet Web SDK)\n\n## Examples\n\nWe've created some example apps in the [examples](./examples/) folder:\n\n- [Circle Smart Account](./examples/circle-smart-account/)\n\nYou should be able to run these example apps locally and please follow the instructions under each example's `README` file.\n\n## Setup Guide\n\nPlease follow this guide to setup your development environment and start building!\n\n### Install dependencies\n\nPlease ensure you are using the correct Node.js version.\n\nWe have provided a `.nvmrc` file which can be understood by [nvm](https://github.com/nvm-sh/nvm), [fnm](https://github.com/Schniz/fnm), and [n](https://github.com/tj/n):\n\n```zsh\nnvm use || fnm use || n auto\n```\n\n\u003e [!NOTE]\n\u003e If you are unfamiliar with Node.js version managers, please refer to [our example using `nvm`](#example-installing-a-node-version-manager)\n\nConfirm that you are using the correct Node.js version listed in the `.nvmrc` file with:\n\n```zsh\nnode -v\n```\n\nThis project uses `pnpm` to install dependencies, please ensure you have it installed.\n\n\u003e [!TIP]\n\u003e Since Node.js v16.13, you can use the [corepack](https://github.com/nodejs/corepack) command to enable `pnpm`:\n\u003e\n\u003e ```zsh\n\u003e corepack enable pnpm\n\u003e ```\n\nYou can confirm that you have `pnpm` installed with:\n\n```zsh\npnpm -v\n```\n\nYou can now install the project dependencies using `pnpm`:\n\n```zsh\npnpm install\n```\n\n\u003e [!TIP]\n\u003e It is good practice to run the `pnpm install` command every time dependencies in the `package.json` are changed when updating your branch\n\n#### Example: installing a node version manager\n\nInstall `nvm` to use different versions of node and npm easily.\n\n```zsh\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash\n```\n\nYou can then install the Node.js version of the project by using:\n\n```zsh\nnvm use\n```\n\n### Lint\n\nTo lint the project:\n\n```zsh\npnpm lint\n```\n\n### Test\n\nTo run all unit tests, run:\n\n```zsh\npnpm test\n```\n\nTo generate coverage reports:\n\n```zsh\npnpm test:coverage\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirclefin%2Fmodularwallets-web-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcirclefin%2Fmodularwallets-web-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirclefin%2Fmodularwallets-web-sdk/lists"}