Skip to content

Gohnnyman/TokenPresale

Repository files navigation

Solana Token Sale Contract

Smart contract designed for facilitating the allocation and sale of SPL tokens. The contract is built using the Anchor framework.

Prerequisites

Before you begin, make sure you have the following tools installed:

Getting Started

  1. Installation: Clone the repository and install dependencies.

    git clone https://github.com/gohnnyman/presale-contract.git
    cd presale-contract
    yarn
  2. Build the Smart Contract:

    anchor build
  3. Run Tests:

    anchor test
  4. Deploy:

    Switch to your desired network and deploy

    anchor keys sync
    anchor deploy

© 2024 Gohnnyman

About

Smart contract designed for facilitating the allocation and sale of SPL tokens. The contract is built using the Anchor framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors