https://github.com/0xtan1319/cnft-pnft-nft-staking-smart-contract
NFT staking smart contract
https://github.com/0xtan1319/cnft-pnft-nft-staking-smart-contract
cnft-staking-smart-contract nft nft-staking nft-staking-smart-contract pnft-staking-smart-contract smart-contract staking
Last synced: about 1 month ago
JSON representation
NFT staking smart contract
- Host: GitHub
- URL: https://github.com/0xtan1319/cnft-pnft-nft-staking-smart-contract
- Owner: 0xTan1319
- Created: 2024-11-21T09:27:17.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-21T09:40:14.000Z (6 months ago)
- Last Synced: 2025-04-11T02:12:38.010Z (about 1 month ago)
- Topics: cnft-staking-smart-contract, nft, nft-staking, nft-staking-smart-contract, pnft-staking-smart-contract, smart-contract, staking
- Language: TypeScript
- Homepage:
- Size: 37.5 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nft Staking Smart Contract
This Contract is solana program for management of nft , pnft , cnft
๐ Cแดษดแดแดแดแด แดแด Oษด สแดสแด: ๐๐ป
Each directory has its readme.md
๐ Category
- Backend
- Force-unstake
- Frontend
- Reward-center## ๐ Folder Structure
```
โโโ backend
โ โโโ package.json
โ โโโ src
โ โโโ config
โ โโโ controller
โ โโโ middlewares
โ โโโ models
โ โโโ utils
โโโ force-unstake
โ โโโ src
โ โ โโโ idl
โ โ โโโ accounts.ts
โ โ โโโ api.ts
โ โ โโโ authorization.ts
โ โ โโโ constants.ts
โ โ โโโ index.ts
โ โ โโโ payment.ts
โ โ โโโ pda.ts
โ โ โโโ rewardDistribution.ts
โ โ โโโ utils.ts
โ โโโ package.json
โโโ front-end
โ โโโ app
โ โ โโโ api
โ โ โโโ context
โ โ โโโ dashboard
โ โ โโโ globals.css
โ โ โโโ layout.tsx
โ โ โโโ page.tsx
โ โโโ components
โ โโโ public
โ โโโ utils
โ โโโ package.json
โ โโโ middleware.ts
โ โโโ types
โ โโโ commonValidation.ts
โ โโโ envConfig.ts
โ โโโ httpHandlers.ts
โโโ rewards-center
โโโ doc-assets
โโโ programs
โ โโโ solana-nft-programs-rewards-center
โโโ sdk
โโโ target
โโโ tests
โโโ tools
โโโ package.json```