Store your public data and guarantee it is available to everyone around the world. Our technology will repair lost data and guarantee data replication.
Are you a developer? Use CURL or our REST API to upload data to our Estuary node in any programming language.
Want to try running an Estuary node? Estuary is completely open source, please take our code!
Want to see the performance data for this Estuary node? Want to see which storage providers we work with?
Follow the Application Research Group and Estuary on Twitter.
All storage has an immutable content address so you always know what you're getting. All deals have receipts before and after getting on chain.
For now, there is no limit to how much data a user can upload. For each file there is a 32 GiB max size.
Data stored with Estuary can be retrieved from any IPFS gateway on the internet.
Check our FAQ for answers to your questions
Do you have questions about Estuary? Ask your question using this form, everyone on the team will see it.
Check out our repositories on GitHub to contribute to our tools to use IPFS, Filecoin and Libp2p.
Filecoin is an open-source cloud storage marketplace, protocol, and incentive layer.
This project is maintained by the Application Research Group.
CURL UPLOAD EXAMPLE
curl -X POST https://api.estuary.tech/content/add -H "Authorization: Bearer YOUR_API_KEY" -H "Accept: application/json" -H "Content-Type: multipart/form-data" -F "data=@PATH_TO_FILE"
CLI RETRIEVAL EXAMPLE
lotus client retrieve --miner MINER_ID DATA_CID OUTPUT_FILE_NAME
This website is open source. You can make contributions here.
Want to follow a step by step guide to learn how to use Estuary? Try our tutorial.