Each program folder contains a corresponding README.md file that explains the specific functionalities and usage of the program.
Rewards Distributor Program(Docs)
- Address: 2dUMVSQkKUu1YTUrt5xW1w1A27HmnnsoDhn1QKrYPaCS
- Rust
- Anchor
- Solana
To compile the programs, use the following commands:
# Build the smart contracts
anchor build
# Install the required packages
yarn installTo run the tests for the smart contracts:
anchor testFeel free to explore the individual program folders for more detailed instructions and documentation.