https://github.com/0xtarunkm/whitelist-gated-token-sale
This program, developed using Anchor, enables users to participate in a whitelist-gated sale for a new token
https://github.com/0xtarunkm/whitelist-gated-token-sale
Last synced: 3 months ago
JSON representation
This program, developed using Anchor, enables users to participate in a whitelist-gated sale for a new token
- Host: GitHub
- URL: https://github.com/0xtarunkm/whitelist-gated-token-sale
- Owner: 0xtarunkm
- Created: 2024-07-14T18:01:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T18:46:19.000Z (11 months ago)
- Last Synced: 2025-01-17T14:55:09.406Z (5 months ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whitelist-Gated Token Sale Program
## Overview
This program, developed using Anchor, enables users to participate in a whitelist-gated sale for a new token. The program ensures that:
- **Token Price**: The token price remains static throughout the sale.
- **Purchase Limit**: Each wallet address has a limit on the number of tokens it can purchase.## Features
### Whitelist-Gated Sale
- **Whitelist Management**: Only users on the whitelist can participate in the sale.
- **Static Pricing**: The price of the token is fixed and does not change during the sale.
- **Purchase Limits**: Each wallet address is restricted to a specific number of tokens.## Getting Started
### Prerequisites
- Rust
- Anchor framework
- Solana CLI### Installation
1. **Clone the repository:**
```bash
git clone https://github.com/tarunclub/whitelist-gated-token-sale
```2. **Build the repository**
```
anchor build
```
3. **Run tests**
```
anchor test
```