Why You Should Use IPFS
Interplanetary File System (IPFS) is a peer-to-peer distributed file hosting protocol. When a file or collection of files in a folder are uploaded to the IPFS network. Each individual file and folder is identified with a …
Tag
A focused thread through the archive.
Interplanetary File System (IPFS) is a peer-to-peer distributed file hosting protocol. When a file or collection of files in a folder are uploaded to the IPFS network. Each individual file and folder is identified with a …
A profile-picture NFT contract has one deceptively simple job: connect each token ID to the correct metadata. The contract in this post does that with a reveal workflow. Before reveal, every minted token returns the same …
An NFT is not the image. For a typical ERC-721 token, the smart contract returns a metadata URI. The metadata document at that URI describes the token and points to its image. If either pointer can be changed without …