{"id":13820438,"url":"https://github.com/cocrafts/walless","last_synced_at":"2026-04-13T09:33:10.065Z","repository":{"id":133735422,"uuid":"601088814","full_name":"cocrafts/walless","owner":"cocrafts","description":"Making crypto wallets easily accessible, understandable and integrated into web2 and web3 sites and applications.","archived":false,"fork":false,"pushed_at":"2024-09-11T16:02:45.000Z","size":42158,"stargazers_count":29,"open_issues_count":14,"forks_count":14,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-16T10:45:19.234Z","etag":null,"topics":["blockchain","crypto","ethereum","nft","non-custodial","solana","sui","token","wallet","web3"],"latest_commit_sha":null,"homepage":"https://walless.io","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/cocrafts.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}},"created_at":"2023-02-13T10:47:20.000Z","updated_at":"2025-04-26T02:05:06.000Z","dependencies_parsed_at":"2023-09-30T05:40:09.590Z","dependency_job_id":"a7b1d66c-ed4d-49df-a273-7b0d4a5d21a2","html_url":"https://github.com/cocrafts/walless","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/cocrafts/walless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocrafts%2Fwalless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocrafts%2Fwalless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocrafts%2Fwalless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocrafts%2Fwalless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cocrafts","download_url":"https://codeload.github.com/cocrafts/walless/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocrafts%2Fwalless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["blockchain","crypto","ethereum","nft","non-custodial","solana","sui","token","wallet","web3"],"created_at":"2024-08-04T08:01:03.352Z","updated_at":"2026-04-13T09:33:10.059Z","avatar_url":"https://github.com/cocrafts.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":["Flutter SDK / Libraries"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg width=160 src=\"/apps/wallet/assets/img/icon-lg.png\" /\u003e\n\u003c/div\u003e\n\n**World's first Web3 sandbox-wallet** with embedded dApps, simplified onboarding through social logins, and a unified cross-chain interface, offering a seamless experience for new web3 users. This allows for endless possibilities for building on Walless and enables even web2 apps to onboard to the world of web3.\n\nMore information at [Official website](https://walless.io) | [Discord](https://discord.gg/2bzf9qjuN3) | [Twitter](https://twitter.com/walless_wallet)\n\n## Required tools\n- [Node.js](https://nodejs.org/en) (for sure)\n- [Yarn](https://yarnpkg.com/getting-started/install) installed globally (`npm i -g yarn`) — highly suggested `version 3.5` or later.\n- [Metacraft CLI](https://github.com/cocrafts/metacraft-cli) installed globally (`npm i -g @metacraft/cli`)\n\n## Required configs\n- To actually run the project, different `.env` files need for different child Apps (under `apps/`). Right now, we did not have \"public\" env file for the crowd. We'll provide that in the near future, when security checks completed.\n- As Walless welcome anyone want to contribute, you can join our discord (see it on [our home page](https://walless.io)), and ask for collaboration program to have early access to our open-collaboration pipeline.\n\n## CLI commands\n- Development: run `yarn dev` at project root (or `metacraft` under apps/home)\n- Build: `yarn build` (or `metacraft bundle` under apps/[name])\n- Extension build: under `apps/web` run `yarn build:ext` instead to produce zip files (output to `apps/landing/public/builds`)\n- Package version check `yarn dlx lerna-update-wizard`\n- Sync font for React Native: `yarn dlx react-native-asset`\n\n## Credits\n- [Open-source repo](https://github.com/MetaMask/metamask-extension) of [Metamask](https://metamask.io/) give us lot of useful clues.\n- [Suiet open-source repo](https://github.com/suiet/suiet).\n- [Oskar Kwaśniewski](https://www.callstack.com/blog-author/oskar-kwasniewski) for his [React Native monorepo article](https://www.callstack.com/blog/setting-up-react-native-monorepo-with-yarn-workspaces) saved our life.\n- [Wallet Standard](https://github.com/wallet-standard/wallet-standard) definitely useful for any Wallet project.\n- [PouchDB for Mobile](https://dev.to/craftzdog/a-performant-way-to-use-pouchdb7-on-react-native-in-2022-24ej) performance and cross-platform storage engine.\n\n## React Native\n- [quick-base64 patch](https://github.com/craftzdog/react-native-quick-base64/issues/19)\n\n## License\nWalless is [MIT licensed](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocrafts%2Fwalless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcocrafts%2Fwalless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocrafts%2Fwalless/lists"}