Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wizasol/nft-staking-contract
nft staking contract : staking nft and get reward from it as time going ( backend + smart contract + UI )
https://github.com/wizasol/nft-staking-contract
contract nft solana staking
Last synced: about 2 months ago
JSON representation
nft staking contract : staking nft and get reward from it as time going ( backend + smart contract + UI )
- Host: GitHub
- URL: https://github.com/wizasol/nft-staking-contract
- Owner: wizasol
- Created: 2024-07-24T14:32:08.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-19T01:02:02.000Z (4 months ago)
- Last Synced: 2024-11-27T18:12:17.335Z (2 months ago)
- Topics: contract, nft, solana, staking
- Language: TypeScript
- Homepage:
- Size: 37.6 MB
- Stars: 21
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nft Staking 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```