Skip to content

0xTan1319/CNFT-PNFT-NFT-Staking-Smart-Contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nft Staking Smart Contract

This Contract is solana program for management of nft , pnft , cnft

📞 Cᴏɴᴛᴀᴄᴛ ᴍᴇ Oɴ ʜᴇʀᴇ: 👆🏻

Email Discord Telegram

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

Releases

No releases published

Packages

No packages published

Languages