New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-web3mobile

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-web3mobile

An opinionated starter kit for building web3 mobile React Native applications

latest
Source
npmnpm
Version
1.0.64
Version published
Weekly downloads
8
-85.96%
Maintainers
1
Weekly downloads
 
Created
Source

Logo for Web3Mobile

create-web3mobile

Interactive CLI to bootstrap a Web3-ready React Native app with a complete, typesafe stack.

Get started with your web3mobile project by running npx create-web3mobile@latest

Table of contents

About

Web3Mobile is an opinionated framework for building mobile Web3 applications. It provides a carefully curated stack of modern tools and libraries, focusing on developer experience, typesafety, and Web3 integration.

This CLI helps you start new projects with our recommended stack without spending hours on setup and configuration.

Tech Stack

The core stack includes:

Getting Started

To create a new app, run one of the following commands:

npm

npm create web3mobile@latest

yarn

yarn create web3mobile

pnpm

pnpm create web3mobile@latest

Follow the CLI prompts to configure your project.

Current Features

Here are the features that are currently available and production-ready:

🔗 Web3 Integration

  • ✅ Wallet connection out of the box
  • ✅ Multiple chain support

📱 Mobile-First

  • ✅ Native UI components
  • ✅ Deep linking

🛠 Developer Experience

  • ✅ Type safety throughout
  • ✅ Hot reloading
  • ✅ Built-in debugging tools

🎨 Styling & UI

  • ✅ NativeWind for Tailwind CSS styling
  • ✅ Gluestack UI components
  • ✅ Dark mode support
  • ✅ Customizable themes

Upcoming Features

These features are currently in development and will be available in future releases:

🔗 Web3 Integration (In Development)

  • 🚧 Transaction management
  • 🚧 Contract interactions
  • 🚧 NFT support
  • 🚧 Enhanced wallet support
  • 🚧 Cross-chain bridging capabilities

📱 Mobile-First (Planned)

  • 🚧 Biometric authentication
  • 🚧 Push notifications
  • 🚧 QR code scanning
  • 🚧 Secure enclave integration
  • 🚧 Offline support

🛠 Developer Experience (In Progress)

  • 🚧 Automated testing setup
  • 🚧 CI/CD configuration
  • 🚧 Performance monitoring
  • 🚧 Error tracking
  • 🚧 Analytics integration

🆕 Additional Features (Planning Stage)

  • 🚧 DeFi protocol integrations
  • 🚧 Social features
  • 🚧 Token gating
  • 🚧 Fiat on/off ramps
  • 🚧 Layer 2 support

Configuration

Environment Variables

Configuration

  • Copy the .env.example file to create your own .env:
cp .env.example .env
  • Fill in the environment variables in your .env file with your own API keys:

Each API key can be obtained by creating an account on the respective platforms. These keys are required for the app to interact with various blockchain services.

Network Configuration

// config/networks.ts export const networks = { mainnet: { // ... }, polygon: { // ... } }

Contributing

We love contributors! Please read our Contributing Guide before submitting any Pull Requests.

Development

  • Fork the repository
  • Create your feature branch: git checkout -b feature/AmazingFeature
  • Commit your changes: git commit -m 'Add some AmazingFeature'
  • Push to the branch: git push origin feature/AmazingFeature
  • Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

typescript

FAQs

Package last updated on 08 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts