
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
create-web3mobile
Advanced tools
An opinionated starter kit for building web3 mobile React Native applications
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
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.
The core stack includes:
To create a new app, run one of the following commands:
npm create web3mobile@latest
yarn create web3mobile
pnpm create web3mobile@latest
Follow the CLI prompts to configure your project.
Here are the features that are currently available and production-ready:
These features are currently in development and will be available in future releases:
.env.example file to create your own .env:cp .env.example .env
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.
// config/networks.ts export const networks = { mainnet: { // ... }, polygon: { // ... } }
We love contributors! Please read our Contributing Guide before submitting any Pull Requests.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
An opinionated starter kit for building web3 mobile React Native applications
The npm package create-web3mobile receives a total of 6 weekly downloads. As such, create-web3mobile popularity was classified as not popular.
We found that create-web3mobile demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.