Home

Awesome

Welcome to the boilr3, a comprehensive starting point for building decentralized applications using Next.js, RainbowKit wallet authentication, Tailwind CSS styling, and WAGMI React Hooks for Ethereum.


Getting Started

To use this template, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Envoy-VC/boilr3.git
    
  2. Change to the project directory:

    cd boilr3
    
  3. Install the dependencies:

    npm install
    
  4. Start the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    

Now you can open your browser and navigate to http://localhost:3000 to see the boilerplate in action.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.


Features


Contributing

We welcome contributions to improve and expand this boilerplate. To contribute, please submit a pull request with your proposed changes, and we'll review it as soon as possible.


License

This project is licensed under the MIT License. See the LICENSE file for more information.