From 55b9ac8076b3dbd0a63d00728628c963d4b371ba Mon Sep 17 00:00:00 2001 From: mario4tier Date: Sat, 24 Aug 2024 04:39:48 -0400 Subject: [PATCH] Update demo/try it! instructions --- docs/src/demo.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/src/demo.md b/docs/src/demo.md index 95d8ff7..ea62382 100644 --- a/docs/src/demo.md +++ b/docs/src/demo.md @@ -1,8 +1,16 @@ # Try It! -Pick any Blob on devnet and measure its load time into your browser: +You can load your own Blob ID with the following URL pattern: -Blob ID or SuiNS name [ ] +`https://cdn.suiftly.io/blob/{Your Blob ID}` -Note: This is not implemented yet +Example image: https://cdn.suiftly.io/blob/fK7v0bft1JqVbxQaM_KJAYkejbY9FgU9doqZwg7smw8 + +Notes: + - The first time will be slow because your blob is being retrieved with Walrus and cached by Suiftly servers and globaly by the CDN. + - For now, the blob size is limited to 200 MiB. + - The CDN has 10 PoPs around the world and is DDoS protected. + + +Stay tuned, this is just the first feature! \ No newline at end of file