This is an Open Source project bootstrapped with Create React App, using the Redux and Redux Toolkit template. TailwindCSS is also installed for quick styling and Rainbow Toolkit which uses wagmi under the hood is also pre-installed for connections. The redux folders are fully empty to allow full customization.
I created this template because everytime I needed to create a web3-react project, i hated doing all of this and it was a pain-in-the-ass. This template will help eliminate the stress involved in doing so and eliminate popular mistakes people make when creating a template.
Contributions are highly welcomed, send a detailed pull request to the repo and I'll check it out. Created by FrankUdoags
Clone this repository then install the dependencies:
npm i
This will install all the dependencies
Also create a .env file in the root folder where your package.json file is and add the following line:
GENERATE_SOURCEMAP=false
This helps avoid a lot of terminal errors that can be annoying.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!