Simple NFT staking program
This is a Solana smart contrat using Anchor framework to implement a NFT staking program. The program allows the user to create an NFT based on the spl NFT standard. The user can stake there NFT and the program uses a pda to lock the NFT by becoming the freeze authority of the mint. When the User unstakes their NFT, they will receive a token reward.
follow the installation process in this guide to set up solana and anchor https://www.anchor-lang.com/docs/installation
just run the following command to test the program
anchor test
Contributors names and contact info
Dennis Orbison ex. @Freedom_pk_live
This project is licensed under the MIT License - see the LICENSE.md file for details