Smart contract designed for facilitating the allocation and sale of SPL tokens. The contract is built using the Anchor framework.
Before you begin, make sure you have the following tools installed:
-
Installation: Clone the repository and install dependencies.
git clone https://github.com/gohnnyman/presale-contract.git cd presale-contract yarn -
Build the Smart Contract:
anchor build
-
Run Tests:
anchor test -
Deploy:
Switch to your desired network and deploy
anchor keys sync anchor deploy
© 2024 Gohnnyman