auth.andert.me/example/google-auth/README.md
2023-07-21 09:24:32 +02:00

718 B

PKP x Google OAuth Web Example 🪢

This is an example web app that shows how you can mint and use programmable key pairs (PKPs) with just Google account. With PKPs, you can build distributed and customizable MPC wallets. Learn more about PKPs here.

Check out the live demo.

💻 Getting Started

  1. Clone this repo and install dependencies:
git clone git@github.com:LIT-Protocol/pkp-social-auth-example.git

cd pkp-social-auth-example

yarn install
  1. Start your development server:
yarn dev
  1. Visit http://localhost:3000 to start playing with the app.