1.0.0 ā€¢ Published 5 months ago

particle-session-key-demo v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

āš”ļø ERC-4337 demo application showcasing the creation and utilization of a session key natively within Particle Network's Account Abstraction SDK, tied in directly with Particle Network's Smart Wallet-as-a-Service to create a Biconomy V2 smart account with social login, initiate a session key, and use that session key to mint a sample ERC-1155 token.

Built using Particle Auth, TypeScript, Particle AA SDK

šŸ”‘ Particle Auth

Particle Auth, a component of Particle Network's Wallet-as-a-Service, enables seamless onboarding to an application-embedded MPC-TSS/AA wallet facilitated by social login, such as Google, GitHub, email, phone number, etc.

šŸ‘‰ Try the demo: https://web-demo.particle.network

šŸ‘‰ Learn more about Particle Network: https://particle.network

Particle Auth Example

šŸ› ļø Quickstart

Clone this repository

git clone https://github.com/TABASCOatw/particle-session-key-demo.git

Install dependencies

yarn install

OR

npm install

Set environment variables

This project requires a number of keys from Particle Network and WalletConnect to be defined in .env. The following should be defined:

Start the project

npm run dev

OR

yarn dev