https://github.com/unboxed-software/anchor-staking-frontend
https://github.com/unboxed-software/anchor-staking-frontend
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unboxed-software/anchor-staking-frontend
- Owner: Unboxed-Software
- Created: 2023-05-07T22:12:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T22:40:03.000Z (about 3 years ago)
- Last Synced: 2025-05-09T02:18:50.614Z (about 1 year ago)
- Language: TypeScript
- Size: 159 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFT Staking Frontend
This frontend is a demo of how to interact with the staking program deployed to Solana Devnet at address `3pvNETr3Kqf4zTuUmfZUj3QzAHxAXk4icc7F5YsztLar`. You can find the code for that sample program [here](https://github.com/Unboxed-Software/anchor-nft-staking-demo).
Note that both this frontend and the program it invokes are meant for illustrative and educational purposes only and **should not** be used in a production capacity. They're intentionally simplified for learners and consequently don't include myriad important security and performance measures. Use at your own risk.