Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 630 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 630 Bytes

Oauth Email Wallet Demo

Authorize scoped access to your email wallet account controlled by ZK Email proofs, via just 3 lines of code in a frontend SDK. This demo site shows how to integrate it with a live deployed example.

Installation

npm install @zk-email/oauth-sdk

Usage

To learn more about how to integrate, check out our OAuth docs.

Link ts-sdk

git clone [email protected]:zkemail/email-wallet.git
cd email-wallet
git checkout feat/oauth-mvp
cd email-wallet/packages/ts-sdk
npm link

cd {THIS_REPO}
npm link @zk-email/ts-sdk