{"id":20604313,"url":"https://github.com/tasitlabs/tasit-apps","last_synced_at":"2025-04-15T02:22:18.766Z","repository":{"id":41605440,"uuid":"147710951","full_name":"tasitlabs/tasit-apps","owner":"tasitlabs","description":"Native mobile Ethereum dapps for mainstream users","archived":false,"fork":false,"pushed_at":"2023-01-26T21:53:41.000Z","size":22824,"stargazers_count":35,"open_issues_count":112,"forks_count":9,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-03-28T14:11:09.302Z","etag":null,"topics":["dapp","ethereum","expo","javascript","mobile","mobile-dapps","native","react-native","solidity","typescript"],"latest_commit_sha":null,"homepage":"https://tasit.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/tasitlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["pcowgill","tasitlabs"],"custom":"https://gitcoin.co/grants/183/tasit-native-mobile-ethereum-dapps"}},"created_at":"2018-09-06T17:43:02.000Z","updated_at":"2024-12-08T02:10:01.000Z","dependencies_parsed_at":"2023-02-15T01:17:36.053Z","dependency_job_id":null,"html_url":"https://github.com/tasitlabs/tasit-apps","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/tasitlabs%2Ftasit-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasitlabs%2Ftasit-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasitlabs%2Ftasit-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasitlabs%2Ftasit-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tasitlabs","download_url":"https://codeload.github.com/tasitlabs/tasit-apps/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248991830,"owners_count":21194945,"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":["dapp","ethereum","expo","javascript","mobile","mobile-dapps","native","react-native","solidity","typescript"],"created_at":"2024-11-16T09:22:09.848Z","updated_at":"2025-04-15T02:22:18.749Z","avatar_url":"https://github.com/tasitlabs.png","language":"TypeScript","funding_links":["https://github.com/sponsors/pcowgill","https://github.com/sponsors/tasitlabs","https://gitcoin.co/grants/183/tasit-native-mobile-ethereum-dapps"],"categories":[],"sub_categories":[],"readme":"# Tasit apps\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg src=\"./assets/images/TasitLogoFromSvgTransparentAndOpaqueColor1024x1024.png\" width=\"200\" /\u003e\n\u003c/div\u003e\n\nThe Tasit apps show off how easy it is to build a standalone native mobile app for Ethereum using [Tasit](https://github.com/tasitlabs/tasit-sdk).\n\nThe apps generally are built with React Native, Expo, [React Navigation](https://reactnavigation.org/), Prettier, and TypeScript. And Tasit, but hopefully that was clear by now.\n\n_Disclaimer:_ The alpha versions of these apps are under active development. We encourage you to try them out or use them as a reference for hackathons, etc., but they're not ready for anything involving real funds on mainnet. If you'd prefer to wait for a more battle-tested release, please watch this repo with the `Releases only` setting and/or sign up to be notified about our releases on the [tasit.io](https://tasit.io) website.\n\n## Simple onboarding\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg src=\"./assets/screenshots/StartSetup.png\" width=\"200\" /\u003e\n  \u003cimg src=\"./assets/screenshots/PickUsername.png\" width=\"200\" /\u003e\n\u003c/div\u003e\n\n## Example apps\n\n#### Account recovery app\n\nA minimal TypeScript + Expo + Tasit app demonstrating generating an contract-based account for the user that allows for account recovery.\n\n[`Code`](./apps/account-recovery)\n\n#### In-dapp account app\n\nA minimal TypeScript + Expo + Tasit app demonstrating generating an in-dapp account for the user.\n\n[`Code`](./apps/in-dapp-account)\n\n## Why / how?\n\nThe goal is to build production-grade apps for mainstream users that let them get the benefits of Ethereum easily. They shouldn't need to know the technical detail that Ethereum is involved.\n\nUnlike with dapp browsers where you use multiple dapps as mobile web apps from within one app, you can use each of a Tasit-powered dapp via its own standalone native mobile app.\n\nThis entails a different, simpler onboarding flow in an environment without MetaMask. The user is in control of their private keys, but much of this happens \"automagically\" behind the scenes.\n\nThese apps are built with [Tasit](https://github.com/tasitlabs/tasit-sdk), a JavaScript / TypeScript SDK that lets developers create their own native Ethereum dapps.\n\n## Developers\n\nThis is a monorepo for all of the open-source Tasit 3rd-party mobile apps for Ethereum dapps.\n\nThese apps all use [Tasit](https://github.com/tasitlabs/tasit-sdk).\n\nFor more info, check out our docs:\n\n[docs.tasit.io](https://docs.tasit.io/)\n\n#### Running an app from this repo locally\n\n```\ngit clone https://github.com/tasitlabs/tasit-apps.git\ncd tasit-apps\ncd apps\ncd [APP_NAME]\nnpm install\nnpm start\n```\n\n## Legacy apps\n\n#### Decentraland Market powered by Tasit\n\n[Decentraland Market](https://decentraland.org/) is a dapp using unique tokens / NFTs. `Decentraland Market` lets you use the marketplace for Decentraland as a dapp on mobile.\n\n[Code](./apps/decentraland)\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg src=\"./assets/screenshots/ListLand.png\" width=\"200\" /\u003e\n  \u003cimg src=\"./assets/screenshots/BuyLand.png\" width=\"200\" /\u003e\n\u003c/div\u003e\n\n\n## Contact us\n\nPlease feel free to reach out.\n\n   | Contact method | Link |\n   | ------------- | ------------- |\n   | 🤐  Website | [tasit.io](https://tasit.io/) |\n   | 🐦  Twitter  | [@TasitProject](https://twitter.com/TasitProject) |\n   | 📝  Medium  | [medium.com/tasit](https://medium.com/tasit) |\n   | 💬  Discord  | [discordapp.com/invite/bRp4QKq](https://discordapp.com/invite/bRp4QKq) |\n   | 💬  Telegram | [t.me/tasitproject](https://t.me/tasitproject) |\n   | 📧  Email  | [team@tasit.io](mailto:team@tasit.io) |\n   | 🗺️  Roadmap  | [github.com/orgs/tasitlabs/projects/1](https://github.com/orgs/tasitlabs/projects/1) |\n   | 💡  Feature requests  | [feedback.tasit.io/feature-requests](http://feedback.tasit.io/feature-requests) |\n\n## Open-source funding\n\nDevelopment of Tasit is supported in part by [Gnosis](https://github.com/gnosis/) through their [GECO](https://github.com/gnosis/GECO) grant initiative and by the [Ethereum Foundation](https://ethereum.foundation/) through the [ecosystem support program](https://esp.ethereum.foundation).\n\nThis project is open-source and in need of additional funding to sustain work on it. If you're able to contribute, please consider [supporting the project on Gitcoin Grants](https://gitcoin.co/grants/183/tasit-native-mobile-ethereum-dapps) or sending ETH or DAI to the Tasit project's contract address:\n\n`0x7d888a9036b5a96f77b433e65b9be1b122f8a499` ([Etherscan](https://etherscan.io/address/0x7d888a9036b5a96f77b433e65b9be1b122f8a499))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftasitlabs%2Ftasit-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftasitlabs%2Ftasit-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftasitlabs%2Ftasit-apps/lists"}