Skip to content

Free NFT minting tool built on the Klaytn Blockchain

Notifications You must be signed in to change notification settings

GregDixonMXN/THEKILN

 
 

Repository files navigation

Open-Source Web3-React-Redux-Tailwind-Template

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.

Why use this Template

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

Usage

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.

Available Scripts

In the project directory, you can run:

npm start

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.

npm run build

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!

About

Free NFT minting tool built on the Klaytn Blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%