rewards-center

所属分类:NFT
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2023-09-15 22:54:10
上 传 者sh-1993
说明:  向用户分发奖励的程序和相关库。奖励中心有各种模块来处理代币奖励、积分奖励...,
(A program and related libraries to distribute rewards to users. Rewards center has various modules to handle token rewards, points rewards, merchandise, purchases, boosting and supports fungible and non-fungible tokens on solana as well as programmable NFTs)

文件列表:
.eslintignore (23, 2023-09-15)
.eslintrc.js (1378, 2023-09-15)
.prettierignore (6, 2023-09-15)
Anchor.toml (491, 2023-09-15)
Cargo.lock (58651, 2023-09-15)
Cargo.toml (171, 2023-09-15)
DIAGRAM.txt (2530, 2023-09-15)
LICENSE (34523, 2023-09-15)
Makefile (1321, 2023-09-15)
doc-assets/ (0, 2023-09-15)
doc-assets/banner.png (444475, 2023-09-15)
doc-assets/diagram.png (330303, 2023-09-15)
generate-erd.js (1774, 2023-09-15)
generate-idls.sh (494, 2023-09-15)
jest.config.js (328, 2023-09-15)
package.json (2069, 2023-09-15)
programs/ (0, 2023-09-15)
programs/solana-nft-programs-rewards-center/ (0, 2023-09-15)
programs/solana-nft-programs-rewards-center/Cargo.toml (802, 2023-09-15)
... ...

# Rewards-center

A rewards center for NFTs and FTs on Solana

# 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 ```bash git clone https://github.com/solana_nft_programs/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/solana_nft_programs_reward_center.so ``` # State map

近期下载者

相关文件


收藏者