1.0.64 • Published 8 months ago

create-web3mobile v1.0.64

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

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

  1. Copy the .env.example file to create your own .env:
cp .env.example .env
  1. 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

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

License

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

1.0.62

9 months ago

1.0.61

9 months ago

1.0.60

9 months ago

1.0.64

8 months ago

1.0.63

8 months ago

1.0.55

9 months ago

1.0.59

9 months ago

1.0.58

9 months ago

1.0.57

9 months ago

1.0.56

9 months ago

1.0.22

9 months ago

1.0.21

9 months ago

1.0.26

9 months ago

1.0.25

9 months ago

1.0.24

9 months ago

1.0.23

9 months ago

1.0.29

9 months ago

1.0.28

9 months ago

1.0.27

9 months ago

1.0.33

9 months ago

1.0.32

9 months ago

1.0.31

9 months ago

1.0.30

9 months ago

1.0.37

9 months ago

1.0.36

9 months ago

1.0.35

9 months ago

1.0.34

9 months ago

1.0.39

9 months ago

1.0.38

9 months ago

1.0.40

9 months ago

1.0.44

9 months ago

1.0.43

9 months ago

1.0.41

9 months ago

1.0.48

9 months ago

1.0.47

9 months ago

1.0.46

9 months ago

1.0.45

9 months ago

1.0.49

9 months ago

1.0.51

9 months ago

1.0.50

9 months ago

1.0.54

9 months ago

1.0.53

9 months ago

1.0.52

9 months ago

1.0.20

9 months ago

1.0.19

9 months ago

1.0.17

9 months ago

1.0.16

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.5

9 months ago

1.0.6

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago