npx create-react-native-dapp
create-react-native-dapp
is an npx
utility to help quickly bootstrap React Native ⚛️ applications with access to the Ethereum Blockchain.
Our goal is to help create a sustainable open source ecosystem for Web3
in React Native by providing a dependable common runtime which we can buidl upon and extend together.
Watch us shill create-react-native-dapp
here.
.env
support using react-native-dotenv
and companion tests for your contracts.First, please make sure you've logged into expo-cli
.
npm install -g expo-cli
npx create-react-native-dapp
This will walk you through the creation of your Ethereum-enabled application, which works on Android, iOS and the Web.
To start the app, you can:
cd my-react-dapp
yarn ios # android, web