https://github.com/mhalicakmak/nftbooststake
Here, I wrote a staking contract using the ERC-1155 and ERC-20 token standards, which allows users to stake ERC-1155 NFTs and receive ERC-20 tokens as a reward. The staked NFTs act as a boost factor that increases the reward amount according to the duration of the stake.
https://github.com/mhalicakmak/nftbooststake
bsc ethereum next nfts smart-contracts solidity stake
Last synced: 24 days ago
JSON representation
Here, I wrote a staking contract using the ERC-1155 and ERC-20 token standards, which allows users to stake ERC-1155 NFTs and receive ERC-20 tokens as a reward. The staked NFTs act as a boost factor that increases the reward amount according to the duration of the stake.
- Host: GitHub
- URL: https://github.com/mhalicakmak/nftbooststake
- Owner: MhAliCakmak
- Created: 2023-11-01T10:23:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T20:21:54.000Z (over 2 years ago)
- Last Synced: 2025-01-08T07:28:02.428Z (over 1 year ago)
- Topics: bsc, ethereum, next, nfts, smart-contracts, solidity, stake
- Language: Solidity
- Homepage:
- Size: 591 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
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:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```