shashank065 / nft-staking-app

An NFT Staking contract deployed using thirdweb deploy, where users stake their ERC721 tokens and earn ERC20 tokens in return!

Home Page:https://nft-staking-contract.thirdweb-example.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT Staking App

Introduction

This example demonstrates a use of several thirdweb tools to create an NFT Staking application. In this example, users can stake their ERC721 NFTs and earn ERC20 tokens as a reward. It combines:

  • NFT Drop contract: To create a collection of NFTs that users can stake.
  • Token contract: To create a token that users can earn as a reward for staking.
  • NFT Staking contract: To create a contract that users can stake their NFTs in, and earn tokens as a reward.

Using This Template

Create a project using this example:

npx thirdweb create --template nft-staking-app
  • Create an NFT Drop contract using the dashboard.
  • Create a Token contract using the dashboard.
  • Create an NFT Staking contract using the dashboard.
  • Approve the NFT Staking contract to transfer your tokens.
  • Deposit the tokens into the NFT Staking contract.
  • Update the information in the contractAddresses.ts file to

Join our Discord!

For any questions, suggestions, join our discord at https://discord.gg/thirdweb.

About

An NFT Staking contract deployed using thirdweb deploy, where users stake their ERC721 tokens and earn ERC20 tokens in return!

https://nft-staking-contract.thirdweb-example.com/

License:Apache License 2.0


Languages

Language:TypeScript 70.2%Language:CSS 28.9%Language:JavaScript 0.9%