Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.75 KB

README.md

File metadata and controls

69 lines (46 loc) · 1.75 KB

Felina Protocol

Felina Protocol is a decentralized application that aims to provide users with a seamless and secure interface for interacting with blockchain-based services. Built with Next.js and integrated with state-of-the-art wallet management provided by RainbowKit, Felina Protocol ensures a user-friendly experience while maintaining high standards of security and performance.

Features

  • Next.js Framework: Utilizing the powerful and efficient features of Next.js for server-side rendering and static generation.
  • RainbowKit Integration: Easy-to-use wallet management for connecting and transacting with various blockchains.
  • Client-Side Analytics: Performance and usage insights with client-side analytics integration.
  • Dark Theme UI: A sleek and modern dark theme UI for comfortable user experiences.
  • Speed Insights: Client-side component to provide users with real-time speed and performance metrics.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Node.js
  • Yarn or npm
  • Git

Installation

  1. Clone the repo

    git clone https://github.com/felinaprotocol/felina-v1.git
  2. Install NPM packages

    pnpm install

    or

    npm install

Usage

To start the development server, run:

pnpm dev

or

npm dev

Open http://localhost:3000 with your browser to see the result.

Deployment

To deploy the application, you can use Vercel, which is seamlessly integrated with Next.js:

npx vercel

## Built With