SlideShare a Scribd company logo
1 of 28
Download to read offline
ERC: Identity
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
Fabian Vogelsteller
Ethereum Wallet
Mist Browser
web3.js
Flat File CMS
ERC-20: Token StandardT
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
What is identity?
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
What is identity?
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
What is identity?
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
What is identity?
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
What is identity?
Claim 1
Physical
Claim 2
New Claim 3
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
What is identity?
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
What is identity?
Its all claims!
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
What is identity?
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
Mastercoin
Counterparty
DigiX
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
ERC: Identity
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
ERC: Identity
Keys Execution Claims
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
ERC: Identity Keys
Can be actors (logins, proofs, access)
Can make transactions
Can sign documents
Can sign claims
…
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
ERC: Identity Execution
Act as your identity (execute contracts, voting, ...)
Add claims to other identities and contracts
…
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
ERC: Identity
Can be added by anyone
Need approval
Can't be changed without your permission, but removed
Contain issuer signature
Contain claim reference (hash, bit-mask)
…
Claims
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
ERC: Identity Claims
{
uint256 claimType;
uint256 scheme;
address issuer;
bytes signature; // holder.address + claimType + claim
bytes data;
string uri;
}
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
ERC: Identity Off-Chain Usage
1. Random String
2. Random String +
Identity Address

-> signed
3. getClaim()
4. Check claim
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
ERC: Identity On-Chain Usage
2. getClaim()
1. superCoolFunc()
3. Check claim
(check claim
signature get key)
4. Check if claim issuer
still holds key
from signature
Issuer
5. continue execution of
superCoolFunc()
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
ERC: Identity Claim Checking
{
uint256 claimType;
address issuer;
uint256 signatureType;
bytes signature; // holder.address + claimType + claim
bytes claim;
string uri;
}
1. Check which signature type is used
2. Build the signed hash

keccak256(address holder_address + uint256 _claimType + bytes _claim)
3. Recover address k from signature
4. Check if issuer identity contract still holds address k
5.
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
ERC: Identity
ERC 725 Identity
ERC 735 Claim Holder
https://erc725alliance.org
source: https://erc725.originprotocol.com/#/
source: https://github.com/nick/identity
source: https://edas.intech-lab.com
Fabian Vogelsteller, web3.js Developer at Ethereum, Founder LUKSO
@feindura
lukso.io
ERC: Identity
https://github.com/ethereum/EIPs/issues/735
https://github.com/ethereum/EIPs/issues/725
Contribute!

More Related Content

What's hot

메타버스 백서 (by 텐투플레이)
메타버스 백서 (by 텐투플레이)메타버스 백서 (by 텐투플레이)
메타버스 백서 (by 텐투플레이)Eunkyoung Lee
 
Devcon4 web3 design decision framework
Devcon4   web3 design decision frameworkDevcon4   web3 design decision framework
Devcon4 web3 design decision frameworkbeltran berrocal
 
Is Metaverse The Next Big Thing?
Is Metaverse The Next Big Thing?Is Metaverse The Next Big Thing?
Is Metaverse The Next Big Thing?101 Blockchains
 
Web3.0の話をしよう
Web3.0の話をしようWeb3.0の話をしよう
Web3.0の話をしようAtsushiSasaki9
 
강의자료 Vr03 vr과_메타버스플랫폼
강의자료 Vr03 vr과_메타버스플랫폼강의자료 Vr03 vr과_메타버스플랫폼
강의자료 Vr03 vr과_메타버스플랫폼POLYARTSTUDIO
 
安全なWebアプリケーションの作り方2018
安全なWebアプリケーションの作り方2018安全なWebアプリケーションの作り方2018
安全なWebアプリケーションの作り方2018Hiroshi Tokumaru
 
Creator Economy meets Crypto => Web3.0
Creator Economy meets Crypto => Web3.0Creator Economy meets Crypto => Web3.0
Creator Economy meets Crypto => Web3.0Taiki Narita
 
메타버스의 현황 인식 및 내부 프로젝트 개발 진행 소개
메타버스의 현황 인식 및 내부 프로젝트 개발 진행 소개메타버스의 현황 인식 및 내부 프로젝트 개발 진행 소개
메타버스의 현황 인식 및 내부 프로젝트 개발 진행 소개POLYARTSTUDIO
 
Frequently Asked Questions About Metaverse.pdf
Frequently Asked Questions About Metaverse.pdfFrequently Asked Questions About Metaverse.pdf
Frequently Asked Questions About Metaverse.pdfAvivLichtigstein1
 
すごいBOSHたのしく学ぼう
すごいBOSHたのしく学ぼうすごいBOSHたのしく学ぼう
すごいBOSHたのしく学ぼうi_yudai
 
VSCodeで始めるAzure Static Web Apps開発
VSCodeで始めるAzure Static Web Apps開発VSCodeで始めるAzure Static Web Apps開発
VSCodeで始めるAzure Static Web Apps開発Yuta Matsumura
 
Grayscale Metaverse Report November 2021
Grayscale Metaverse Report November 2021Grayscale Metaverse Report November 2021
Grayscale Metaverse Report November 2021IQbal KHan
 
Bitcoin halving-explained-infographic
Bitcoin halving-explained-infographicBitcoin halving-explained-infographic
Bitcoin halving-explained-infographicJames Lewis
 
Blockchain, Bitcoin, Mining - My Product School Presentation
Blockchain, Bitcoin, Mining - My Product School Presentation Blockchain, Bitcoin, Mining - My Product School Presentation
Blockchain, Bitcoin, Mining - My Product School Presentation Aarthi Srinivasan
 
Shihtzu Exchange, NFT Minting & Metaverse Platform
Shihtzu Exchange, NFT Minting & Metaverse PlatformShihtzu Exchange, NFT Minting & Metaverse Platform
Shihtzu Exchange, NFT Minting & Metaverse PlatformJitinThomas6
 
分散型サイエンスにおけるバイオテックエコシステム.pptx
分散型サイエンスにおけるバイオテックエコシステム.pptx分散型サイエンスにおけるバイオテックエコシステム.pptx
分散型サイエンスにおけるバイオテックエコシステム.pptxHiro Hamada
 
The Ultimate Potential of VR: Promises & Perils - Kent Bye SXSW
The Ultimate Potential of VR: Promises & Perils - Kent Bye SXSWThe Ultimate Potential of VR: Promises & Perils - Kent Bye SXSW
The Ultimate Potential of VR: Promises & Perils - Kent Bye SXSWKent Bye
 
Pythonを中心としたチーム開発
Pythonを中心としたチーム開発Pythonを中心としたチーム開発
Pythonを中心としたチーム開発Ryo Takahashi
 

What's hot (20)

메타버스 백서 (by 텐투플레이)
메타버스 백서 (by 텐투플레이)메타버스 백서 (by 텐투플레이)
메타버스 백서 (by 텐투플레이)
 
Devcon4 web3 design decision framework
Devcon4   web3 design decision frameworkDevcon4   web3 design decision framework
Devcon4 web3 design decision framework
 
Is Metaverse The Next Big Thing?
Is Metaverse The Next Big Thing?Is Metaverse The Next Big Thing?
Is Metaverse The Next Big Thing?
 
Web3.0の話をしよう
Web3.0の話をしようWeb3.0の話をしよう
Web3.0の話をしよう
 
Lin 通信
Lin 通信Lin 通信
Lin 通信
 
강의자료 Vr03 vr과_메타버스플랫폼
강의자료 Vr03 vr과_메타버스플랫폼강의자료 Vr03 vr과_메타버스플랫폼
강의자료 Vr03 vr과_메타버스플랫폼
 
安全なWebアプリケーションの作り方2018
安全なWebアプリケーションの作り方2018安全なWebアプリケーションの作り方2018
安全なWebアプリケーションの作り方2018
 
Creator Economy meets Crypto => Web3.0
Creator Economy meets Crypto => Web3.0Creator Economy meets Crypto => Web3.0
Creator Economy meets Crypto => Web3.0
 
메타버스의 현황 인식 및 내부 프로젝트 개발 진행 소개
메타버스의 현황 인식 및 내부 프로젝트 개발 진행 소개메타버스의 현황 인식 및 내부 프로젝트 개발 진행 소개
메타버스의 현황 인식 및 내부 프로젝트 개발 진행 소개
 
Frequently Asked Questions About Metaverse.pdf
Frequently Asked Questions About Metaverse.pdfFrequently Asked Questions About Metaverse.pdf
Frequently Asked Questions About Metaverse.pdf
 
すごいBOSHたのしく学ぼう
すごいBOSHたのしく学ぼうすごいBOSHたのしく学ぼう
すごいBOSHたのしく学ぼう
 
VSCodeで始めるAzure Static Web Apps開発
VSCodeで始めるAzure Static Web Apps開発VSCodeで始めるAzure Static Web Apps開発
VSCodeで始めるAzure Static Web Apps開発
 
Grayscale Metaverse Report November 2021
Grayscale Metaverse Report November 2021Grayscale Metaverse Report November 2021
Grayscale Metaverse Report November 2021
 
Bitcoin halving-explained-infographic
Bitcoin halving-explained-infographicBitcoin halving-explained-infographic
Bitcoin halving-explained-infographic
 
Blockchain, Bitcoin, Mining - My Product School Presentation
Blockchain, Bitcoin, Mining - My Product School Presentation Blockchain, Bitcoin, Mining - My Product School Presentation
Blockchain, Bitcoin, Mining - My Product School Presentation
 
Shihtzu Exchange, NFT Minting & Metaverse Platform
Shihtzu Exchange, NFT Minting & Metaverse PlatformShihtzu Exchange, NFT Minting & Metaverse Platform
Shihtzu Exchange, NFT Minting & Metaverse Platform
 
分散型サイエンスにおけるバイオテックエコシステム.pptx
分散型サイエンスにおけるバイオテックエコシステム.pptx分散型サイエンスにおけるバイオテックエコシステム.pptx
分散型サイエンスにおけるバイオテックエコシステム.pptx
 
The Ultimate Potential of VR: Promises & Perils - Kent Bye SXSW
The Ultimate Potential of VR: Promises & Perils - Kent Bye SXSWThe Ultimate Potential of VR: Promises & Perils - Kent Bye SXSW
The Ultimate Potential of VR: Promises & Perils - Kent Bye SXSW
 
Metaverse
MetaverseMetaverse
Metaverse
 
Pythonを中心としたチーム開発
Pythonを中心としたチーム開発Pythonを中心としたチーム開発
Pythonを中心としたチーム開発
 

More from Token Engineering

SocioTechnical Systems: Engineering & Analysis
SocioTechnical Systems: Engineering & AnalysisSocioTechnical Systems: Engineering & Analysis
SocioTechnical Systems: Engineering & AnalysisToken Engineering
 
Token Engineering from an Economic Perspective
Token Engineering from an Economic Perspective Token Engineering from an Economic Perspective
Token Engineering from an Economic Perspective Token Engineering
 
Paranoid's View of Token Engineering
Paranoid's View of Token Engineering Paranoid's View of Token Engineering
Paranoid's View of Token Engineering Token Engineering
 
Introducing the world's first token engineering framework
Introducing the world's first token engineering frameworkIntroducing the world's first token engineering framework
Introducing the world's first token engineering frameworkToken Engineering
 
Sweetbridge Token Design & Discount Token
Sweetbridge Token Design & Discount TokenSweetbridge Token Design & Discount Token
Sweetbridge Token Design & Discount TokenToken Engineering
 

More from Token Engineering (7)

SocioTechnical Systems: Engineering & Analysis
SocioTechnical Systems: Engineering & AnalysisSocioTechnical Systems: Engineering & Analysis
SocioTechnical Systems: Engineering & Analysis
 
Token Engineering from an Economic Perspective
Token Engineering from an Economic Perspective Token Engineering from an Economic Perspective
Token Engineering from an Economic Perspective
 
Paranoid's View of Token Engineering
Paranoid's View of Token Engineering Paranoid's View of Token Engineering
Paranoid's View of Token Engineering
 
Introducing the world's first token engineering framework
Introducing the world's first token engineering frameworkIntroducing the world's first token engineering framework
Introducing the world's first token engineering framework
 
Token Engineering Community
Token Engineering Community Token Engineering Community
Token Engineering Community
 
Protocol Tokens 2.0
Protocol Tokens 2.0Protocol Tokens 2.0
Protocol Tokens 2.0
 
Sweetbridge Token Design & Discount Token
Sweetbridge Token Design & Discount TokenSweetbridge Token Design & Discount Token
Sweetbridge Token Design & Discount Token
 

Recently uploaded

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 

Recently uploaded (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

ERC: Understanding Identity Keys, Execution and Claims