Submissions
### Music NFT _A smart contract for music NFTs_ Music NFT is an NFT smart contract that let's users - - Mints new music NFTs with price tag - Sell off the NFT to other users - Buy NFTs from other users - Rent out the NFT to other users for a specific duration - The amount paid for each rent is dependent on the duration - Renters pay 1/100 of the NFT price for each day in rent - Only one user can rent a music NFT per time - When the rent is due, the NFT owner can "retrieve" the NFT from the user renting it
FEEDBACK
so i learnt alot from this tutorial and was able to come up with this Marketplace for selling and purchasing of products..
Hello edoka, you have a great submission. I have gone through your contract and here is my feedback.
Below are the updates and the bug fixed I made to your project:
Thanks
This is an open decentralized NFT Marketplace built with smart contracts in solidity. It basically consists of an open platform where users can mint their own NFT and expose it on a marketplace. for other users to buy.
You've got a great submission here @motiv8. I went through your project and here is my feedback.
My advice for you concerning this project is that you should try as much as possible to make your project as clear and understandable as possible. When your contract grows too large, you can split it into different files to increase readability. I saw that you used a lot of computations in your contract without clear explanations of what they actually do. For cases like this, you can also add inline comments to explains what a complex computation in your code does. Thanks.
Tonaton A time-based auction marketplace. Think of it as eBay for blockchain where individuals can - create auctions for any erc721 token using the tokenId and token contract address, - set an auction elapsed time, and a minimum bid amount for their auction. - The auction charges 10 gwei for each auction which is deducted at the end of an auction when there is a successful highest bidder.
Great submission here Nartey, I have gone through your contract, and tested it as well, and I discovered it is well written and documented as well, except for some issues I discovered, fixed and added in my pull request. Below is a summary of the issues I found in your contract:
That's my take on your project. Thanks
This is a simple NFT contract. I added some features to it, in order to make it more secure and also reusable. I'm open to suggestions and feedback. Thanks!
You have a great submission here. I have gone through your contract and here is my feedback and updates I made to the project.
Thanks
nftMarketplace is a contract written in solidity that enables users to mint, buy, sell and trade ERC-721 NFTS .
Nice submission here Georgesimon. I was able to go through your contract and I learnt somethings from it as well. I also observed somethings about the contract which I mentioned below:
I have built a simple NFT game. In this can a player can mint an NFT as a character and then attack the boss who live on the contract. When a player attacks the boss the boss also attacks the player therefore reducing each other hp in proportion to their attacking damage. I have used on-chain metadata for minting the character. I have put a lot of effort building this and a feedback will be very helpful for me thank you.
Wow. Really great submission here. I went through your contract and I loved what you built here. I tested it and I couldn't find any problems with it, just except some optimizations. In case you are looking for a teammate to bring this project to live, please ping me up and I will be willing to contribute to bring this project to live.
Changes made
Recommendations
Observation
NftLoan is a smartcontract using which the users can ask for loans using their NFT as collateral - Other users can lend money to the loan request - If the user repays the loan, he gets his NFT - If not the lender can claim the NFT
Hi @Kishore, thanks for a great submission you have here. I went through your code base and I couldn't find any bugs in your contract (though the Test Minter site you added in the README was not working on my Chrome browser on Windows 10 PC, I will still try out other browsers though. I had to use my own deployed NFT contract to test your project).
Below are improvements I made to the contract:
Counters
library for increasing the loanId
to further optimize your contract.60
to 1 minutes
).Below are my recommendations for this project:
ceaseNFT
and closeBorrowRequest
, as opposed to the user coming to manually withdraw the nft from the contract.A simple lottery contract that awards a lucky winner with a minted nft and half of the generated prizepot.
You have a great submission here JoeEdoh. I went through your contract, reviewed it, and tested all of it's functionalities. It was well written and the functionalities was well working as expected, except for some minor issues I fixed and added in my pull request. Below is a summary of the issues I found in the contract:
Updates
That is all the issues I found in your contract. Otherwise, your contract is great!
This is a decentralized auction contract that enables users to mint deed titles(documents or instrument of ownership of a property) and put it up on the auction marketplace so that other users can bid on the document. And the deed will be given to the highest bidder
Hello Samueladams, great submission here. I really learnt a lot from studying your contract alone. I tested your contract as well and it was working perfectly except with a very subtle error which I highlighted in my pull request. Otherwise, you have a great contract here.
Here are the few updates I made:
My recommendation for the contract is that you make it more easier for users to enter an auction values when creating an auction, because not everyone will be able to properly enter a tuple from the remix IDE. Thanks
After finishing the tutorials I thereby came up with this simple nft minting application which mints random Nfts
You have a very wonderful contract here Lilian. I just reviewed your contract I can see a lot is happening in the contract. I tested the contract and it was working fine without problems. Here is my feedback about your contract:
Updates
Recommendations
Thanks
Dacade je platforma s otvorenim kodom i stvorena je u suradnji s višestrukim suradnicima. Posjetite repozitorij kako biste počeli doprinositi.