Skip to content

An NFT Staking Program By bigCore Dev using thirdweb, where users stake their ERC721 tokens and earn Bcore tokens as rewards

License

Notifications You must be signed in to change notification settings

BigCoreProject/BigCoreNFTStakingProgram

 
 

Repository files navigation

BigCore NFT Staking Program

Introduction

This app is forked by Mr2FIRE, CEO & Dev of BigCore Token using Thirdweb on CoreBlockchain.

  • 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 (Or use any ERC20 token)

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

Run Locally

Install dependencies

  # npm
  npm install

  # yarn
  yarn install

Start the server

  # npm
  npm run start

  # yarn
  yarn start

Environment Variables

To run this project, you will need to add environment variables. Check the .env.example file for all the environment variables required and add it to .env.local file or set them up on your hosting provider.

Deployment

Deploy a copy of your application to IPFS using the following command:

  yarn deploy

About

An NFT Staking Program By bigCore Dev using thirdweb, where users stake their ERC721 tokens and earn Bcore tokens as rewards

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.8%
  • CSS 31.5%
  • JavaScript 0.7%