nft-tutorial icon indicating copy to clipboard operation
nft-tutorial copied to clipboard

A very basic NFT tutorial repository for absolute beginners in the world of Web3 and smart contracts

Results 8 nft-tutorial issues
Sort by recently updated
recently updated
newest added

Fix withdrawPayments method for NFT.sol. The old version doesn't transfers balance to payee. The new version get the contract balance and transfers to payee.

Shouldn't the token ID be 3 instead of 1 in this file? https://github.com/ProjectOpenSea/nft-tutorial/blob/part_three/metadata/3#L3

During part 4 of the tutorial we add an operation cost to the mintTo() operation of the smart contract. However passing the cost to the method from the hardhat task...

Hi Is it possible to do NFT crowdsale using Polygon? I did a crowd sale using Rinkeby and testnets.opensea.com. After deploying the NFT contract and NFT contract factory I used...

Hi! First of all, thank you for the tutorial! 😄 At part four, I believe that maybe it's missing the deposit of the values after (or before) minting. I checked...

During Step 4 we add the support of `withdrawPayments()` to our smart contract however if you want to call that method you need a new hardhat task which is not...

Hello I followed part 4 with few remarks leading me to call the `withdrawPayments()` to my smart contract. Each time the `mintTo()` method is called the smart contract is getting...

The latest version of hardhat is not compatible with the latest version of nodeJS (despite what they say on their website). To solve this I installed [https://github.com/coreybutler/nvm-windows](https://github.com/coreybutler/nvm-windows) and downgraded to...