Preparing your assets
Example NFT Collection
Create an Asset Folder and add Images and Metadata into it.
Assets/images
Assets/metadata
0.png
0.json
1.png
1.json
2.png
2.json
3.png
3.json
4.png
4.json
5.png
5.json
6.png
6.json
7.png
7.json
8.png
8.json
9.png
9.json
Upload it in arweave using arkb
Install arkb
Upload your images to areweave.
Now you will see a link like https://arweave.net/Your_ID
copy your arweave url and your json file must have image parameter with https://arweave.net/Your_ID/index_of_image.json
Example:
https://arweave.net/Your_ID/0.png Example of json file
Last updated