Difference between revisions of "Blockchain"
From Wasya Wiki
(→Resources) |
|||
Line 15: | Line 15: | ||
* 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 |
Revision as of 09:29, 20 October 2022
Basics
- https://solidity-by-example.org/ - pretty basic and clear
- https://docs.alchemy.com/docs/how-to-create-an-nft
- https://docs.alchemy.com/docs/how-to-mint-an-nft-from-code
- https://cryptozombies.io/
- 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
Resources
- https://docs.opensea.io/docs/metadata-standards - Metadata standards, a quick read
- https://github.com/scaffold-eth/scaffold-eth - seems useful
- https://web3.storage/docs/#create-the-upload-script - cheap storage
- https://tailwindcss.com/ - modern css, check it out