3.8.8 • Published 23 days ago

@l1t/rewards-center v3.8.8

Weekly downloads
-
License
MIT
Repository
github
Last release
23 days ago

Rewards Center

This is a fork of the Cardinal Rewards Center repository, with all programs being redeployed on behalf of L1T.

Background

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/l1t/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

State map

3.8.8

23 days ago

3.8.7

23 days ago

3.8.6

1 month ago

3.8.4

1 month ago

3.8.3

2 months ago

3.8.2

2 months ago

3.8.1

2 months ago

3.8.0

2 months ago

3.7.9

2 months ago

3.7.8

2 months ago

3.7.7

2 months ago

3.7.6

2 months ago

3.7.5

2 months ago

3.7.4

2 months ago

3.7.3

2 months ago

3.7.2

2 months ago

3.7.1

2 months ago

3.7.0

2 months ago