This program is the smart contract for the ANAN Token airdrop program.
- Install Rust.
- Install Solana and then run
solana-keygen new
to create a keypair at the default location. - install Anchor.
Clone the repository and enter the source code directory.
git clone https://github.com/anancoin/anancoin-airdrop.git
cd anancoin-airdrop
Build
anchor build
After building, the smart contract files are all located in the target directory.
Deploy
anchor deploy
Attention, check your configuration and confirm the environment you want to deploy.
The source code is licensed under Apache 2.0.