reclaim-solana

Crates.ioreclaim-solana
lib.rsreclaim-solana
version0.1.0
sourcesrc
created_at2024-03-06 05:59:51.658573
updated_at2024-03-06 05:59:51.658573
descriptionReclaim Protocol SDK for Solana
homepagehttps://www.reclaimprotocol.org/
repositoryhttps://gitlab.reclaimprotocol.org/reclaim-clients/solana-sdk
max_upload_size
id1164384
size34,609
(questbookEngg)

documentation

README

Reclaim Protocol

Prerequisites

  1. Rust - Install via here
  2. Solana Tool Suite - Install via here
  3. Node JS - Install via here
  4. yarn package manager - npm install -g yarn
  5. Anchor - Install via here

Preparing the installation

  • yarn install for installing the packages
  • yarn build for building the sdk and the program
  • yarn test for testing the suites
  • yarn backfill for filling the previously created epochs
  • yarn add-epoch to add a new epoch
  • yarn init-airdrop to initialize the airdrop program
  • yarn 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
Commit count: 0

cargo fmt