1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 15:55:34 +01:00
docs/user-guides/asset-hosting
2023-05-24 11:29:00 +00:00
..
arweave.md GITBOOK-168: Removed developer tutorials and moved the content in the developers section 2023-05-18 10:54:07 +00:00
aws.md GITBOOK-168: Removed developer tutorials and moved the content in the developers section 2023-05-18 10:54:07 +00:00
azure-cloud.md GITBOOK-261: change request with no subject merged in GitBook 2023-05-24 11:29:00 +00:00
README.md Fixed more broken links 2023-05-18 16:23:30 +03:00

description
How to host your data and algorithm NFT assets like a champ 🏆 😎

Host Assets

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 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!

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.

In this section, we'll walk you through three options to store your assets: Arweave (decentralized storage), AWS (centralized storage), and Azure (centralized storage). Let's goooooo!

Read on, anon, if you are interested in the security details!

Security Considerations

{% embed url="https://media.giphy.com/media/81xwEHX23zhvy/giphy.gif" %} These guys know what's up {% endembed %}

When you publish your asset as an NFT, then the URL/TX ID/CID required to access the asset is encrypted and stored as a part of the NFT's DDO on the blockchain. Buyers don't have access directly to this information, but they interact with the Provider, which decrypts the DDO and acts as a proxy to serve the asset.

We recommend implementing a security policy that allows only the Provider's IP address to access the file and blocks requests from other unauthorized actors is recommended. Since not all hosting services provide this feature, you must carefully consider the security features while choosing a hosting service.

⚠️ Please use a proper hosting solution to keep your files. Systems like Google Drive are not specifically designed for this use case. They include various virus checks and rate limiters that prevent the Provider to download the asset once it was purchased.