diff --git a/how-tos/asset-hosting/README.md b/how-tos/asset-hosting/README.md index 135e64f1..fa230e50 100644 --- a/how-tos/asset-hosting/README.md +++ b/how-tos/asset-hosting/README.md @@ -6,12 +6,10 @@ description: How to host your data and algorithm NFT assets like a boss 😎 ### TL; DR -The most important thing to remember is that wherever you host your asset... it needs to be **reachable & downloadable**. It cannot live behind a private firewall such as a private Github repo! You will need to **use a proper hosting service** - Google Drive won't work! +The most important thing to remember is that wherever you host your asset... it needs to be **reachable & downloadable**. It cannot live behind a private firewall such as a private Github repo. You also will need to **use a proper hosting service** - Google Drive won't work! **The URL to your asset is encrypted in the publishing process!** -More details below! - ### Publish. Cool. Things. **If you want to publish cool things on the Ocean Marketplace, then you'll first need a place to host your assets!** You have SO many options where to host your asset including centralized and decentralized storage systems. Places to host may include: Github, IPFS, Arweave, AWS, Azure, Google Cloud, and your own personal home server (if that's you, then you probably don't need a tutorial on hosting assets). Really, anywhere with a downloadable link to your asset is fine.