15 min read
·3 years ago
Continue your learning journey with the following lesson:
Build an entire AA wallet FROM SCRATCH!
This is Part 4 of a 4 part series about Account Abstraction. In this lesson, you will learn how to create your own account abstracted wallet, completely from scratch! We will use Foundry, Next.js, Typescript, Prisma, StackUp, and more!
Best-knownGrizzly
·5 days ago
good
0xRobert
·4 months ago
his should be pretty straightforward to understand but essentially the idea is that we are creating a new Bundler and Paymaster . We do, however, need an API Key from Biconomy for our paymaster. To get YOUR_API_KEY follow the following steps: Create an account on the Biconomy Dashboard. The dashboard link above is invalid.
andidelouise
·11 months ago
import { BiconomySmartAccount, BiconomySmartAccountConfig } from "@biconomy/account"; i have error importing this
SigmaCat
·2 years ago
import { BiconomySmartAccount, BiconomySmartAccountConfig } from "@biconomy/account"; i have error importing this
oleo
·last year
yeah, they have updated de libraries, now is v2, check the documentation
ConciseBookie
·2 years ago
lpg