Skip to content

nft staking contract : staking nft and get reward from it as time going ( backend + smart contract + UI )

Notifications You must be signed in to change notification settings

wizasol/nft-staking-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nft Staking Contract

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

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

Email Twitter 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

About

nft staking contract : staking nft and get reward from it as time going ( backend + smart contract + UI )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages