This repository contains the implementation of a decentralized staking application on the Solana blockchain. The application allows users to stake tokens, view rewards, and manage their staking activity efficiently.
- Token Staking: Users can stake their tokens to earn rewards.
- Rewards Tracking: View the staking rewards in real-time.
- Secure Transactions: Built on Solana, ensuring high-speed and low-cost transactions.
- Responsive Interface: A user-friendly frontend for seamless interaction.
Before you begin, ensure you have the following installed:
git clone https://github.com/your-username/solana-staking-app.git
cd solana-staking-app
To build the program, execute the following commands:
yarn
anchor build
To run tests for the program, use:
anchor test