{"id":18369864,"url":"https://github.com/cawfree/create-react-native-dapp","last_synced_at":"2025-04-04T16:09:23.223Z","repository":{"id":38305780,"uuid":"325021058","full_name":"cawfree/create-react-native-dapp","owner":"cawfree","description":"Your next Ethereum application starts here. ⚛️  💪  🦄","archived":false,"fork":false,"pushed_at":"2022-06-07T19:48:51.000Z","size":836,"stargazers_count":429,"open_issues_count":16,"forks_count":60,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-28T15:03:41.408Z","etag":null,"topics":["dapp","ethereum","react","react-native","react-native-web","starter","web3"],"latest_commit_sha":null,"homepage":"https://twitter.com/cawfree","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/cawfree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-28T13:32:38.000Z","updated_at":"2025-03-13T15:45:04.000Z","dependencies_parsed_at":"2022-07-14T03:40:31.966Z","dependency_job_id":null,"html_url":"https://github.com/cawfree/create-react-native-dapp","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/cawfree%2Fcreate-react-native-dapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cawfree%2Fcreate-react-native-dapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cawfree%2Fcreate-react-native-dapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cawfree%2Fcreate-react-native-dapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cawfree","download_url":"https://codeload.github.com/cawfree/create-react-native-dapp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208142,"owners_count":20901570,"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","react","react-native","react-native-web","starter","web3"],"created_at":"2024-11-05T23:32:42.807Z","updated_at":"2025-04-04T16:09:23.193Z","avatar_url":"https://github.com/cawfree.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# `npx create-react-native-dapp`\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"public/logo.png\" width=\"100\" /\u003e\n\u003c/p\u003e\n\n![https://img.shields.io/badge/strictly-typescript-blue](https://img.shields.io/badge/types-typescript-blue)\n![https://img.shields.io/badge/platforms-android%2Cios%2Cweb-brightgreen](https://img.shields.io/badge/platforms-android%2Cios%2Cweb-brightgreen)\n![https://img.shields.io/badge/powered--by-hardhat-orange](https://img.shields.io/badge/powered--by-hardhat-orange)\n[![https://img.shields.io/badge/chat-on%20discord-red](https://img.shields.io/badge/chat-on%20discord-red)](https://discord.gg/PeqrwpCDwc)\n\n[`create-react-native-dapp`](https://github.com/cawfree/create-react-native-dapp) is an `npx` utility to help quickly bootstrap [**React Native ⚛️**](https://reactnative.dev) applications with access to the [**Ethereum**](https://ethereum.org) Blockchain.\n\nOur goal is to help create a sustainable open source ecosystem for [`Web3`](https://github.com/ethereum/web3.js/) in React Native by providing a dependable common runtime which we can _buidl_ upon and extend **together**.\n\nWatch us shill `create-react-native-dapp` [here](https://www.youtube.com/watch?v=Y1_37f9cseQ).\n\n### 🔥 Features\n\n- 🚀 **Bootstrapped by Expo.**\n  - Easily take advantage of Expo's high quality, well-supported and well-documented library architecture.\n  - Supports Android, iOS and the Web.\n- 👷 **Served with Hardhat.**\n  - Your generated app comes with a simple example contract which you can deploy, test and interact with directly.\n- 👛 **Powered by WalletConnect**.\n  - Connect to secure wallets such as [**Rainbow** 🌈](https://github.com/rainbow-me/rainbow) out of the box!\n- 🏗️ **It's typed, and pretty.**\n  - It comes pre-configured with TypeScript to help write applications that _scale_.\n  - It's integrated with [**prettier**](https://prettier.io/) and [**husky**](https://github.com/typicode/husky) to ensure coding standards are enforced right from the beginning.\n- 😉 **And it's ready to go.**\n  - Built applications come pre-packaged with `.env` support using [`react-native-dotenv`](https://github.com/goatandsheep/react-native-dotenv) and companion tests for your [contracts](https://ethereum.org/en/learn/).\n  - Projects are initialized using deep linking so external navigation is a breeze.\n\n## To get started,\n\nFirst, [please make sure](https://forums.expo.io/t/newly-created-app-crashes-on-ios-sim/45566) you've logged into [`expo-cli`](https://docs.expo.io/workflow/expo-cli/).\n\n```\nnpm install -g expo-cli\nnpx create-react-native-dapp\n```\n\nThis will walk you through the creation of your Ethereum-enabled application, which works on [**Android**](https://reactnative.dev), [**iOS**](https://reactnative.dev) and the [**Web**](https://github.com/necolas/react-native-web).\n\nTo start the app, you can:\n\n```\ncd my-react-dapp\nyarn ios # android, web\n```\n\n## ✌️ License\n\n[**MIT**](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcawfree%2Fcreate-react-native-dapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcawfree%2Fcreate-react-native-dapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcawfree%2Fcreate-react-native-dapp/lists"}