confidential compute

微信扫码分享
使用Chainlink隐私功能构建CRE工作流

使用Chainlink隐私功能构建CRE工作流

视频 AI 总结: Chainlink Labs 的 Andrii 和 Frank 介绍了黑客松的奖金规则、Chainlink Runtime Environment (CRE) 工作流、AI 技能包以及隐私功能。CRE 是连接现实世界与链上智能合约的编排层,支持用 TypeScript/Go 编写工作流并编译为 WebAssembly,在去中心化预言机网络中运行。隐私功能包括机密 HTTP 请求(通过 enclave 加密)和合规隐私代币转账(使用 ACE 设置规则)。开发者可使用 AI 技能包快速开发,并有机会获得多项奖金。 关键信息: 1. 黑客松设有三项奖金:最佳 CRE 工作流($几K)、最佳 Chainlink 隐私标准使用($1K)以及最佳其他 Chainlink 服务($1K),可组合使用。 2. CRE 工作流由触发器(cron、HTTP、事件)和回调函数组成,能力包括链上读写、HTTP 请求、代理编排等。 3. 提供 Chainlink Agent Skills(支持 CRE 和 CCIP)及 MCP 服务器,帮助 AI 自动生成代码。 4. 隐私功能:机密 HTTP 请求将密钥存入 enclave,返回加密结果;合规隐私代币转账通过 ACE 设定规则,实现屏蔽地址转账。 5. 团队提供现场技术支持(展台、Discord),可协助调试与实现。

169 0 0 2026-05-07 17:24
Flare平台的可信执行环境(TEE)介绍

Flare平台的可信执行环境(TEE)介绍

In this workshop, Nik Erzetic, a developer at Flare Network, introduces Flare Smart Accounts and Flare Confidential Compute, two key pieces of Flare's infrastructure. Flare Smart Accounts use account abstraction to allow XRPL users to perform actions on the Flare blockchain without holding any Flare tokens, by bridging encoded instructions from XRPL payment transactions to personal account smart contracts on Flare. The session focuses primarily on Flare Confidential Compute, which leverages Trusted Execution Environments (TEEs) to extend blockchain security to handle private data and computationally heavy tasks. Nik walks through the architecture of TEE extensions on Flare, explaining how developers only need to modify two components — the instruction sender smart contract and the TEE extension code itself. He demos the FC Sign repository as a practical example, covering op types, op commands, and how the TEE securely handles private keys and transaction signing. The workshop concludes with notes on local development tooling for the hackathon and a brief Q&A. 00:00 Introduction 00:25 What Are Flare Smart Accounts 04:02 Account Abstraction and XRPL Integration 06:06 Encoding Custom Instructions 07:00 What Are Trusted Execution Environments (TEEs) 08:18 Flare Confidential Compute Architecture 09:38 Developer Workflow: Smart Contract and TEE Extension 10:36 TEE Proxy and Firewall Security Model 11:06 FC Sign Repository Walkthrough 12:48 Instruction Sender Smart Contract 14:04 Op Types, Op Commands, and Message Encoding 15:52 Go TEE Extension: Handlers and Config 17:32 Local Development Setup for the Hackathon 18:35 AI Skills for Building TEE Extensions 19:07 Q&A _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ *ETHGlobal Cannes 2026* This workshop is specifically for ETHGlobal Cannes 2026, a 3-day hackathon held April 3-5 at the Palace of Festivals and Congresses of Cannes, bringing together the most skilled web3 developers, designers and product builders from all around the globe for a weekend-long adventure to advance the Ethereum ecosystem! Watch the full ETHGlobal Cannes 2026 playlist here: https://www.youtube.com/playlist?list=PLXzKMXK2aHh5YrcvSj6KSTztLMy58d7d4 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ✅ *Follow ETHGlobal* X: https://x.com/ETHGlobal​ Website: https://ethglobal.com YouTube: https://www.youtube.com/c/ETHGlobal _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _Are you interested in Ethereum development and entrepreneurship?_ ? Sign up for the next ETHGlobal event: https://ethglobal.com/events ? Get exclusive access and perks with ETHGlobal Plus! https://ethglobal.com/plus ? Want us to throw an event in your city? Tell us where! https://ethglobal.com/city _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

176 0 0 2026-04-22 16:51
利用Chainlink隐私功能构建CRE工作流程

利用Chainlink隐私功能构建CRE工作流程

视频 AI 总结: 本视频是 Chainlink Labs 开发者在黑客马拉松 workshop 上的开场介绍和项目说明。核心内容是介绍 Chainlink 为本次黑客马拉松提供的 bounty(奖金项目)、开发工具和新产品功能,旨在帮助参与者快速构建项目。 视频中提出的关键信息包括: 1. **奖金项目**:设置了三个 bounty,分别是:最佳使用 Chainlink Runtime Environment (CRE) 的项目(两个奖项,各2000美元)、最佳使用 Chainlink 隐私标准的项目(两个奖项,各1000美元),以及最佳使用其他 Chainlink 服务的项目(1000美元)。项目可以组合功能以竞争多个奖项。 2. **AI 开发工具**:推出了 Chainlink Agent Skills(一个包含 AI 技能的代码库)和 chainlink-mcp-server,帮助开发者利用 AI 辅助快速开发,尤其适用于 CRE 和 CCAP 相关项目。 3. **Chainlink Runtime Environment (CRE) 介绍**:CRE 是一个连接现实世界与任何区块链智能合约的编排层/平台。开发者可以用 Go 或 TypeScript 编写**工作流**(即链下代码),由去中心化预言机网络执行。关键概念包括:工作流、触发器(决定何时执行,如定时、HTTP请求或合约事件)和**能力**(工作流能执行的操作,如读写链上数据、发送 HTTP 请求或编排 AI 代理)。 4. **隐私功能详解**:重点介绍了两个隐私特性,以支持“隐私标准” bounty: * **机密 HTTP 请求**:允许在工作流回调函数中发送机密 HTTP 请求,利用 enclave(安全飞地)技术保护敏感数据(如 API 密钥),使节点运营商无法窥探。 * **合规隐私代币转账**:通过 vault 合约和 shielded address(屏蔽地址)实现私密转账,同时提供 ACE 功能来设置合规规则(如地址禁令、验证),确保转账在隐私前提下符合监管要求。 5. **支持与帮助**:开发者鼓励参与者随时提问,并承诺在展台提供从创意构思、调试到实际实现的全方位技术支持。

168 0 0 2026-04-22 16:39