Skip to content

Latest commit

 

History

History
48 lines (45 loc) · 1.58 KB

README.md

File metadata and controls

48 lines (45 loc) · 1.58 KB

$BINKY Token Presale Project

This is the official repository for the $BINKY Token Presale project, built using Next.js, TypeScript, and Tailwind CSS.

Project Overview

The $BINKY Token Presale is designed to offer 50% of the total supply of $BINKY tokens to early investors. Participants can buy $BINKY tokens using FLR or BUNNY tokens at a predefined rate. The presale will last for 1 week, and any unsold tokens will be burned.

Key Details

  • Total Supply: 10 Billion $BINKY tokens.
  • Presale Supply: 50% of the total supply.
  • Accepted Payment Tokens: FLR, BUNNY.
  • Exchange Rates: 1 FLR = 500 $BINKY 1 BUNNY = 100 $BINKY

Presale Funds Allocation

The funds raised during the presale will be allocated as follows:

  • 50% added to seed liquidity.
  • 20% for team and development.
  • 10% for the delegation pool: $BUNNY buyback.
  • 10% for the delegation pool: Doodle Bunny Flaredrops.
  • 10% for the delegation pool: $BINKY buyback.

Additional Information

  • Presale Duration: 1 week.
  • Token Claiming: Tokens can be claimed after the presale concludes.
  • Unsold Tokens: All unsold tokens will be burned.
  • Smart Contract: The entire process is handled by a secure smart contract.

Technologies Used

  • Next.js: Framework used for the web application.
  • TypeScript: For type-safe JavaScript.
  • Tailwind CSS: For styling the user interface.

Setup Instructions

  1. Clone the repository:
git clone https://github.com/2enology/binkybunny-presale/
cd binky-presale
  1. Install dependencies
npm install
# or
yarn install
  1. Run the application:
npm run dev
# or
yarn dev