From b7602003603affadaf18a81b2c25f1559bbd97d9 Mon Sep 17 00:00:00 2001 From: 0xAidan <102327547+0xAidan@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:13:16 -0600 Subject: [PATCH] chore: update-blog (#198) ## Why? Clear and short explanation here. ## How? - Done A (replace with a breakdown of the steps) - Done B - Done C ## Tickets? - [Ticket 1](the-ticket-url-here) - [Ticket 2](the-ticket-url-here) - [Ticket 3](the-ticket-url-here) ## Contribution checklist? - [ ] The commit messages are detailed - [ ] The `build` command runs locally - [ ] Assets or static content are linked and stored in the project - [ ] Document filename is named after the slug - [ ] You've reviewed spelling using a grammar checker - [ ] For documentation, guides or references, you've tested the commands and steps - [ ] You've done enough research before writing ## Security checklist? - [ ] Sensitive data has been identified and is being protected properly - [ ] Injection has been prevented (parameterized queries, no eval or system calls) - [ ] The Components are escaping output (to prevent XSS) ## References? Optionally, provide references such as links ## Preview? Optionally, provide the preview url here --------- Co-authored-by: nlc616 <97002998+nlc616@users.noreply.github.com> --- .../blog/announcements/introducing-fleek-edge-sgx/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/content/blog/announcements/introducing-fleek-edge-sgx/index.md b/src/content/blog/announcements/introducing-fleek-edge-sgx/index.md index 364fea46..54af46f1 100644 --- a/src/content/blog/announcements/introducing-fleek-edge-sgx/index.md +++ b/src/content/blog/announcements/introducing-fleek-edge-sgx/index.md @@ -10,7 +10,7 @@ image: ./sgxservicefleek.png We are excited to debut Fleek’s Edge SGX Service powered by Fleek Network. It’s an **easy-to-use and highly performant private and verified compute solution built for developers who are looking to add SGX capabilities to their** projects without worrying about hardware or devops or any of the other complexities typically associated with SGX and TEE (trusted execution environment) development. -Today we released the [V0 Alpha Preview](https://blog.fleek.network/post/fleek-network-intel-sgx-integration/) of the Edge SGX service. The goal of the alpha preview is to allow developers to start testing and building with the Edge SGX service over the next few weeks while we work on some finishing touches and improve the DevEx based on early feedback. We highly recommend not using V0 in production environments. The V0 alpha supports WASM in the execution environment, with future support for additional languages on the way. +Very soon we'll release our Edge SGX service. The goal of the alpha preview is to allow developers to start testing and building with the Edge SGX service over the next few weeks while we work on some finishing touches and improve the DevEx based on early feedback. We highly recommend not using V0 in production environments. The V0 alpha supports WASM in the execution environment, with future support for additional languages on the way. For more technical details on the SGX integration, you can check out the Fleek Network SGX integration [announcement post](https://blog.fleek.network/post/fleek-network-intel-sgx-integration/). @@ -96,7 +96,8 @@ As Fleek progresses towards offering a comprehensive full-stack developer experi You can start building with our Edge SGX service in alpha at the links below. Don’t hesitate to reach out in [Discord](https://discord.gg/fleek) with any questions or feedback. +- [Fleek Website](https://fleek.xyz/) - [Fleek CLI](https://fleek.xyz/docs/cli/) -- [GitHub ReadMe & Examples](https://github.com/fleek-network/lightning/tree/sgx-alpha/lib/sgxkit#readme) -- Fleek Network SGX Integration Technical Overview +- [Open-source Fleek Network GitHub repository](https://github.com/fleek-network/lightning/tree/sgx-alpha/lib/sgxkit#readme) +- [Fleek Network Update: Intel SGX Integration](https://blog.fleek.network/post/fleek-network-intel-sgx-integration/) - [Discord](https://discord.gg/fleek)