All Projects โ†’ cawfree โ†’ create-react-native-dapp

cawfree / create-react-native-dapp

Licence: MIT license
Your next Ethereum application starts here. โš›๏ธ ๐Ÿ’ช ๐Ÿฆ„

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to create-react-native-dapp

Use Wallet
๐Ÿ‘› useWallet() ยท All-in-one solution to connect a dapp to an Ethereum provider.
Stars: โœญ 182 (-55.61%)
Mutual labels:  dapp, web3
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Stars: โœญ 237 (-42.2%)
Mutual labels:  dapp, web3
Golden Wallet React Native
Golden - Best Wallet Ever
Stars: โœญ 201 (-50.98%)
Mutual labels:  dapp, web3
SkyGallery
Create galleries by uploading images and videos. Powered by Sia Skynet.
Stars: โœญ 23 (-94.39%)
Mutual labels:  dapp, web3
airswap-web
AirSwap Web App
Stars: โœญ 94 (-77.07%)
Mutual labels:  dapp, web3
Ethvtx
๐ŸŒ€๐Ÿ›ฐ ethereum-ready & framework-agnostic redux store configuration
Stars: โœญ 125 (-69.51%)
Mutual labels:  dapp, web3
nextjs-dapp-starter-ts
A fullstack monorepo template to develop ethereum dapps
Stars: โœญ 228 (-44.39%)
Mutual labels:  dapp, web3
Starter Kit
An OpenZeppelin starter kit containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
Stars: โœญ 101 (-75.37%)
Mutual labels:  dapp, web3
erebos
JavaScript client and CLI for Swarm
Stars: โœญ 47 (-88.54%)
Mutual labels:  dapp, web3
trystero
๐Ÿค Serverless WebRTC matchmaking for painless P2P โ€” Make any site multiplayer in a few lines โ€” Use BitTorrent, IPFS, or Firebase
Stars: โœญ 512 (+24.88%)
Mutual labels:  dapp, web3
Metamask Mobile
Port of MetaMask Ethereum รapp browser for mobile devices (iOS only for now)
Stars: โœญ 119 (-70.98%)
Mutual labels:  dapp, web3
circles-myxogastria
Webapp and mobile client for Circles
Stars: โœญ 32 (-92.2%)
Mutual labels:  dapp, web3
Awesome Web3
๐Ÿš€ A curated list of tools, libs and resources to help you build awesome dapps
Stars: โœญ 104 (-74.63%)
Mutual labels:  dapp, web3
Eth Vue
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
Stars: โœญ 171 (-58.29%)
Mutual labels:  dapp, web3
Web3 Vs Ethers
A basic cheatsheet of Web3.js vs Ethers (along w/ example apps!)
Stars: โœญ 103 (-74.88%)
Mutual labels:  dapp, web3
Frame
System-wide Web3 for macOS, Windows and Linux
Stars: โœญ 225 (-45.12%)
Mutual labels:  dapp, web3
Connect
(Aragon 1) Seamlessly integrate DAO functionality into web and node.js apps.
Stars: โœญ 81 (-80.24%)
Mutual labels:  dapp, web3
Examples
A set of example dApps and apps using ethjs.
Stars: โœญ 100 (-75.61%)
Mutual labels:  dapp, web3
dxvote
Governance Dapp of DXdao
Stars: โœญ 28 (-93.17%)
Mutual labels:  dapp, web3
nft-swap-sdk
Ethereum's missing p2p NFT and token swap library for web3 developers. Written in TypeScript. Powered by 0x.
Stars: โœญ 200 (-51.22%)
Mutual labels:  dapp, web3

npx create-react-native-dapp

https://img.shields.io/badge/strictly-typescript-blue https://img.shields.io/badge/platforms-android%2Cios%2Cweb-brightgreen https://img.shields.io/badge/powered--by-hardhat-orange https://img.shields.io/badge/chat-on%20discord-red

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.

๐Ÿ”ฅ Features

  • ๐Ÿš€ Bootstrapped by Expo.
    • Easily take advantage of Expo's high quality, well-supported and well-documented library architecture.
    • Supports Android, iOS and the Web.
  • ๐Ÿ‘ท Served with Hardhat.
    • Your generated app comes with a simple example contract which you can deploy, test and interact with directly.
  • ๐Ÿ‘› Powered by WalletConnect.
  • ๐Ÿ—๏ธ It's typed, and pretty.
    • It comes pre-configured with TypeScript to help write applications that scale.
    • It's integrated with prettier and husky to ensure coding standards are enforced right from the beginning.
  • ๐Ÿ˜‰ And it's ready to go.
    • Built applications come pre-packaged with .env support using react-native-dotenv and companion tests for your contracts.
    • Projects are initialized using deep linking so external navigation is a breeze.

To get started,

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

โœŒ๏ธ License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].