- Mint un NFT (ERC721A)
- Stake un NFT
- Unstake un NFT
- Reclamer les rewards (token ERC20)
- Se connecter avec plusieurs wallets differents
- Voir ses NFTs sur Opensea
- Voir ses Tokens sur Metamask
- Nft-ERC721A Contract Address: 0xa9ABD93032E9f2e3E0177bf52aee4c1CC69B8Cec
- Token-ERC20 Contract Address: 0x2f0AE90811f0367b388c3196dE9AcfB5f46ba9c5
- Nft-Staking Contract Address: 0x234466b0B29062228cA12510Cd1b17c0F1a414Ab
- Solidity
- Hardhat
- Ethers JS
- React
- Chakra UI
- Cloner le repo github
https://github.com/Kds-JS/NFT-Mint-Staking-Dapp.git
- Installer les dépendances
npm install
- Lancer l'application
npm start
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
Kds - @twitter
Lien du Projet: [https://github.com/Kds-JS/NFT-Mint-Staking-Dapp.git])