Easily and efficiently start your web3 project
Create React Web3 is a tool designed for everyone — from beginners entering the world of web3 to experienced developers.
It helps you quickly bootstrap a React-based web3 application without the hassle of complex blockchain setup.
npx create-react-web3-cli .
cd my-app
# Using Example
# Blockchain Setting
cd blockchain
npx hardhat compile
npx hardhat keystore set [network-name]_RPC_URL
npx hardhat keystore set [network-name]_PRIVATE_KEY
npx hardhat run scripts/deploy.ts --network [network-name]
# Client Setting
cd ../client
cd src/utils/
# config.ts -> Network RPC Add
# contract.ts -> your Contract Address Add
npm run dev- 🚀 Fast project setup
- 🌐 Intuitive file-based routing
- 📦 Optimized bundling & performance
- 🎨 Multiple styling options (CSS, Tailwind, Sass, etc.)
- 🔌 Extensible plugin architecture
If you encounter any bugs or have suggestions for improvement, please report them on the Issues page.
Contributions are welcome!
For more details, please check the CONTRIBUTING.md document.
MIT