Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 858 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 858 Bytes

NFT Staking Program

NFT Staking Program on Solana written in Anchor Framework. The complete guide on this program can be found in this medium article: https://link.medium.com/VqeQNXml5Ab

Model 1: NFT Staking without Vault (Auth Model)

stake-3

Model 2: NFT Staking with Vault

stake-4

Disclaimer

This tutorial is a guide, it shouldn't be assumed as the production-ready program. The code is unaudited so avoid using it in production without necessary validation. If you spot any error or flaw in the code, feel free to make a PR or let me know on Twitter. Your contribution will make this tutorial better.