Skip to content

mentalabsio/magpie-staking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

abe0318 · Aug 10, 2022

History

73 Commits
Aug 10, 2022
May 8, 2022
Jun 10, 2022
Jun 13, 2022
Jun 8, 2022
May 8, 2022
May 8, 2022
Jun 23, 2022
Jun 10, 2022
Jun 8, 2022
May 8, 2022
Jun 12, 2022
May 31, 2022
May 8, 2022
May 31, 2022

Repository files navigation

Magicshards Staking Program

  • Should be able to whitelist a collection. Each collection has its own reward rate. (tokens/gem/sec).
  • Should be able to stake an NFT from a whitelisted collection.
  • The reward should be calculated based on the lock factor/duration.
  • Should be able to whitelist a mint address (for fungible tokens).
  • Should be able to stake fungible tokens.
  • Should be able to remove an address from the whitelist.

TODO:

  • Update lib so functions just create the instructions.
  • Add instruction for deleting a manager account.