Where Juno Assets Live by Default
When you upload assets inside a Juno recipe, they appear in the Code tab and are hosted on:
You can swap any of these URLs with IPFS or Arweave links at any time.
Option 1: Uploading Assets to IPFS (Using Pinata)
IPFS is a content-addressed storage network. Pinata makes IPFS uploads simple and provides a public gateway.
Step 1: Create or Log Into Pinata
Go to Pinata and sign in.
Once logged in, you’ll land on your dashboard.
Step 2: Upload Your Assets
Click Add in the top navigation.
Choose Folder or File.
Folder is recommended if multiple assets are used in the same recipe.
Select your local folder or file.
Confirm the upload.
Step 3: Configure Advanced Settings
Open Advanced Settings during upload.
Set the CID version to v0.
This keeps CIDs consistent and familiar for most workflows.
Complete the upload.
Step 4: Build Your IPFS URLs
After upload, Pinata will display a CID.
Use the public IPFS gateway format:
https://ipfs.io/ipfs/<CID>
If You Uploaded a Folder
Append the file name after the CID:
https://ipfs.io/ipfs/<CID>/filename.filetype
https://ipfs.io/ipfs/<CID>/filename.filetype
https://ipfs.io/ipfs/<CID>/filename.filetype
If You Uploaded a Single File
No file name is required:
https://ipfs.io/ipfs/<CID>
Step 5: Replace URLs in Your Juno Recipe
Replace the transientusercontent.xyz urls with the IPFS URLs into your recipe code.
Run the recipe.
The artwork will reload using IPFS-hosted assets.
Option 2: Uploading Assets to Arweave (Using ArDrive)
Arweave offers permanent storage with a one-time payment per upload. ArDrive provides a simple interface and supports credit card payments via Stripe.
Step 1: Create an ArDrive Account
Go to ArDrive.
Sign up and create a wallet.
Purchase upload credits if needed.
Step 2: Create a Public Drive
Click New → New Drive.
Make sure the drive is set to Public.
Name the drive anything you want.
Create the drive.
Step 3: Upload Files or Folders
Inside your drive, upload your assets.
You can upload individual files or a folder.
ArDrive will show:
File sizes
Estimated cost
Remaining balance
After upload, files will show a yellow dot, indicating they are pending.
Wait a few minutes until processing completes.
Step 4: Get the Data Transaction ID
Click on an uploaded file.
Open Details.
Copy the Data Transaction ID.
This ID functions like a CID in IPFS.
Step 5: Build Your Arweave URLs
Use the following format:
https://arweave.net/<DATA_TRANSACTION_ID>
Each file has its own transaction ID, so each asset will have its own URL.
Step 6: Replace URLs in Your Juno Recipe
Replace the transientusercontent.xyz urls with the Arweave URLs into your recipe code.
Run the recipe.
Your artwork will now load assets directly from Arweave.
Summary
IPFS (via Pinata) is great for flexible, folder-based workflows and free public gateways (with the option to upgrade to paid services).
Arweave (via ArDrive) offers permanent storage with a one-time payment.
Juno recipes can use either option by simply swapping asset URLs in the code.
Once the links are replaced, no other changes are required. Just make sure you test your recipe in the Juno workspace to make sure it is still functioning.
Happy creating!







