Difference between revisions of "Blockchain"

From Wasya Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
* https://docs.alchemy.com/docs/how-to-mint-an-nft-from-code
 
* https://docs.alchemy.com/docs/how-to-mint-an-nft-from-code
 
* https://cryptozombies.io/
 
* https://cryptozombies.io/
 +
* https://ethereum.org/en/developers/tutorials/ - these were useful
 
* https://ethereum.org/en/developers/tutorials/how-to-implement-an-erc721-market/ - A minimal ERC marketplace
 
* https://ethereum.org/en/developers/tutorials/how-to-implement-an-erc721-market/ - A minimal ERC marketplace
 
* https://docs.alchemy.com/docs/nft-minter - A minimal minter
 
* https://docs.alchemy.com/docs/nft-minter - A minimal minter
 
+
* https://dev.to/dabit3/the-complete-guide-to-full-stack-ethereum-development-3j13 - detailed, useful
  
 
= Resources =
 
= Resources =
Line 15: Line 16:
 
* https://github.com/scaffold-eth/scaffold-eth - seems useful
 
* https://github.com/scaffold-eth/scaffold-eth - seems useful
 
* https://web3.storage/docs/#create-the-upload-script - cheap storage
 
* https://web3.storage/docs/#create-the-upload-script - cheap storage
 +
* https://tailwindcss.com/ - modern css, check it out
 +
 +
= Recipes =
 +
* https://docs.alchemy.com/docs/how-to-get-all-nfts-owned-by-an-address - get all NFT's of an owner

Latest revision as of 10:30, 20 October 2022

Basics

Resources

Recipes