sergeevpasha / fitmint-guide-web3

Fitmint Guide Contracts
MIT License
1 stars 0 forks source link

Creating backend Smart Contracts - FitMint #1

Open brainifiedapps opened 1 year ago

brainifiedapps commented 1 year ago

I have explored the FitMint app - now I am planning to create the backend smart contracts like how FitMint is working just for learning purposes.

I have explored FitMint must have these major contracts

Wallet.sol - to deposit and withdraw FITT tokens NFT.sol - to mint and withdraw NFTs sneakers Sneakers. sol - this might calculate the sneaker's durability Staking.sol - this would work on Token staking

Need your help with how to get started with these smart contracts

sergeevpasha commented 1 year ago

@brainifiedapps it depends on what you already learned. In case you didn't write a single contract yet, I would recommend you to write your own ERC-20 token / and ERC-721 (NFT) token. Would recommend you to start from https://docs.openzeppelin.com/contracts/4.x/erc20

If you need any help, you need to be more specific in questions =)