@bejoe/stake
TypeScript icon, indicating that this package has built-in type declarations

3.7.4 • Public • Published

Cardinal rewards-center

License Release

A rewards center for NFTs and FTs on Solana

Background

Cardinal rewards center is a modular smart contract for staking tokens and distributing various rewards.

Getting Started

While the deployments of this program are not live, you can deploy your own by using these steps. This will first clone the repo then run make keys will generate a new keypair for your program and update authority. NOTE: You must not lose these keypairs. Substitute your own keypair in if you would like to use your own.

Note: You must not lose the keypairs! They will be saved in ./keypairs directory. To use your own keypairs place them there and skip the make keys step

git clone https://github.com/cardinal-labs/cardinal-rewards-center.git
make keys
make key-replace
make install
make build
solana airdrop 2 --url devnet keypairs/update-authority.json
solana program deploy --url devnet --keypair ./keypairs/update-authority.json --program-id ./keypairs/program-id.json ./target/deploy/cardinal_rewards_center.so

Packages

Package Description Version Docs
cardinal-rewards-center Stake pool tracking total stake duration Crates.io Docs.rs
@cardinal/rewards-center TypeScript SDK for rewards-center npm Docs

State map

Readme

Keywords

Package Sidebar

Install

npm i @bejoe/stake

Homepage

cardinal.so/

Weekly Downloads

4

Version

3.7.4

License

MIT

Unpacked Size

1.3 MB

Total Files

101

Last publish

Collaborators

  • reza2870