This is the official repository for the $BINKY Token Presale project, built using Next.js, TypeScript, and Tailwind CSS.
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.
- 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
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.
- 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.
- Next.js: Framework used for the web application.
- TypeScript: For type-safe JavaScript.
- Tailwind CSS: For styling the user interface.
- Clone the repository:
git clone https://github.com/2enology/binkybunny-presale/
cd binky-presale
- Install dependencies
npm install
# or
yarn install
- Run the application:
npm run dev
# or
yarn dev