Difference between revisions of "Blockchain"
From Wasya Wiki
Line 2: | Line 2: | ||
= Basics = | = Basics = | ||
* https://solidity-by-example.org/ - pretty basic and clear | * 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 | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
= A minimal minter = | = A minimal minter = |
Revision as of 09:10, 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
A minimal minter
From: https://docs.alchemy.com/docs/nft-minter
Their implementation didn't work, btw.
A minimal ERC marketplace
From: https://ethereum.org/en/developers/tutorials/how-to-implement-an-erc721-market/
Metadata standards
From: https://docs.opensea.io/docs/metadata-standards
Storage
From: https://web3.storage/docs/#create-the-upload-script
Why would anyone use pinata? It's expensive.