SmartCodeDeveloper / Nelson-NFT-stacking-frontend

NFT stacking frontend completion using web3 on solana for client Nelson project.
11 stars 9 forks source link

NFT Staking test with React App

Needed requirement

Check the phantom extension was installed.

Copy idl file (nft_staking.json) to staking-ui/src/assets/ directory;

Follow Step by Step

In the project directory, you can run:

1 => yarn install

Install all needed packages

2 => Configration

Initialize All configure data( Pool PublicKey, Liquidity Pool Mint PublicKey,\ Funder PublicKey, Vault PublicKey, MintRewards PublicKey ).

Copy All Pubkeys to staking-ui/src/config.js file.

3 => yarn start