Standard NFT Collection
We've used the cc0
weis
collection for this example of a standard NFT collection stored on Arweave via Fortify, that you can test for yourself.All of the images are identified by the link:
Following this link with
0.png
, 1.png
, etc will lead to the corresponding images of the collection, much like an IPFS CID does.For example, using the above link followed by
0.png
yields this image:

followed by
1.png
yields the next image:

and so on for the entire collection, including metadata.
The files are accessed in a very similar way; the only difference being the URI is preceded with
https://arweave.net/
instead of ipfs://
.Last modified 3mo ago