Skip to content

gk7734/create-react-web3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create React Web3

npm license GitHub Issues

Easily and efficiently start your web3 project

Quick Start | Contributing


Introduction

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.


Quick Start

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

Key Features

  • 🚀 Fast project setup
  • 🌐 Intuitive file-based routing
  • 📦 Optimized bundling & performance
  • 🎨 Multiple styling options (CSS, Tailwind, Sass, etc.)
  • 🔌 Extensible plugin architecture

Issues

If you encounter any bugs or have suggestions for improvement, please report them on the Issues page.


Contributing

Contributions are welcome!
For more details, please check the CONTRIBUTING.md document.


License

MIT

About

Easily and efficiently start your web3 project

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors