Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nabla-studio/quirks-mobile-dapp-starter
https://github.com/nabla-studio/quirks-mobile-dapp-starter
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nabla-studio/quirks-mobile-dapp-starter
- Owner: nabla-studio
- Created: 2024-01-09T15:17:53.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T22:06:42.000Z (5 months ago)
- Last Synced: 2024-11-07T00:45:16.605Z (about 2 months ago)
- Language: TypeScript
- Size: 3.56 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quirks Mobile dApp Starter
![Starter preview](<./doc/hero.jpeg>)
This repo provides a starter for using [quirks](https://github.com/nabla-studio/quirks) on react native.
## ⚙️ Stack
- Expo
- Quirks
- Expo Router## 🪄 Features
- Android & iOS support
- Web support
- Crypto API support## 🔧 Installation
Node.js is required to run the project.
1. Clone the repository to your local machine:
```bash
git clone https://github.com/nabla-studio/quirks-mobile-dapp-starter.git
```2. Install the dependencies:
```bash
cd quirks-mobile-dapp-starter
bun i
```3. Setup env file:
```bash
cp .env .env.development.local
```4. Open your env file and add wallet connect setup:
```bash
EXPO_PUBLIC_WC_PROJECT_ID=
```5. Build native projects:
```bash
bun prebuild
```6. Start expo dev server:
```bash
bun start
```7. Start native projects:
- **Android**
```bash
bun android
```
- **iOS**
```bash
bun ios
```## 👥 Authors
👤 **Davide Segullo** (Code)
- Github: [@DavideSegullo](https://github.com/DavideSegullo)
- Twitter: [@davide_segullo](https://twitter.com/davide_segullo)## 🎉 Contributing
We ❤️ contributions! If you'd like to contribute, please read our contributing
guidelines.## 🙋 Support
If you have any questions or comments about this project, please feel free to
contact us on discord.Copyright © 2024 [nabla](https://github.com/nabla-studio).