Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/proof2work/biconomy-v4-account-abstraction

🚀 Demo and Starter Biconomy SDK v4 ⚡️ Next.js 14 (App Router) + Web3Auth + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Commitlint + VSCode + Tailwind CSS
https://github.com/proof2work/biconomy-v4-account-abstraction

account-abstraction biconomy biconomy-sdk boilerplate boilerplate-front-end javascript next-js nextjs14 react social-login starter-kit starter-project tailwindcss typescript web3auth

Last synced: 7 days ago
JSON representation

🚀 Demo and Starter Biconomy SDK v4 ⚡️ Next.js 14 (App Router) + Web3Auth + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Commitlint + VSCode + Tailwind CSS

Awesome Lists containing this project

README

        

# Biconomy SDK v4 with Next.js 14

This repository shows how to use Biconomy's Account Abstraction features to send gasless transaction and pay for fees with ERC20 tokens, as well as how to onboard users easily with Web3Auth (Social Login modal)

## Packages

- ⚡ Next.js with App Router support
- 🔥 Type checking TypeScript
- 💎 Integrate with Tailwind CSS
- ✅ Strict Mode for TypeScript and React 18
- 📏 Linter with ESLint
- 💖 Code Formatter with Prettier
- 🦊 Husky for Git Hooks
- 🚓 Lint git commit with Commitlint
- 💻 Account Abasctraction with Biconomy SDK v4
- 🚀 Social login with Web3Auth

Built-in feature from Next.js:

- ☕ Minify HTML & CSS
- 💨 Live reload
- ✅ Turbo for bundler optimization

## Getting started

```
yarn install
yarn dev
```
Create your Web3AuthAccount [here](https://web3auth.io/).

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

## About
Proof2work provides free tutorials to build stuffs in the web3 and blockchain world. Check our tutorials on [our blog](https://www.proof2work.com/).