TABASCOatw / particle-moonbeam-demo

Demo application for leveraging Moonbeam Mainnet within Particle's Smart Wallet-as-a-Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Particle Smart WaaS Moonbeam Demo

โšก๏ธ ERC-4337 demo application showcasing utilization of Particle's Smart Wallet-as-a-Service facilitating full-stack account abstraction on Moonbeam Mainnet (handling social login via MPC-TSS, creating a smart account, and pushing a user operation).

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

๐Ÿ› ๏ธ Quickstart

Clone this repository

git clone https://github.com/TABASCOatw/particle-moonbeam-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

About

Demo application for leveraging Moonbeam Mainnet within Particle's Smart Wallet-as-a-Service


Languages

Language:TypeScript 70.0%Language:CSS 10.9%Language:JavaScript 10.0%Language:HTML 9.1%