1 unstable release
0.1.0 | Mar 6, 2024 |
---|
#54 in #zkp
35KB
962 lines
Reclaim Protocol
Prerequisites
- Rust - Install via here
- Solana Tool Suite - Install via here
- Node JS - Install via here
- yarn package manager -
npm install -g yarn
- Anchor - Install via here
Preparing the installation
yarn install
for installing the packagesyarn build
for building the sdk and the programyarn test
for testing the suitesyarn backfill
for filling the previously created epochsyarn add-epoch
to add a new epochyarn init-airdrop
to initialize the airdrop programyarn fe
for starting the front end
Repository directory
- programs/reclaim - The anchor smart contract code for reclaim program
- programs/airdrop - An example use case of utilizing reclaim program
- airdrop-frontend - A minimalistic front end application to test proofs and airdrops
- sdk - The auto generated SDK folder using solita
- scripts - Automated scripts to speed up certain initializing processes
- program-keypairs - The keypairs that are stored for vanity addresses
- tests - The test suites that are ran during
anchor test
Dependencies
~17–26MB
~432K SLoC