Etherspot Developer Documentation home page
Search...
⌘K
V1 Docs
Etherspot
Etherspot
Search...
Navigation
Prime SDK
Installation
Home
Prime SDK
Modular SDK
RemoteSigner SDK
Skandha
Arka
TransactionKit
API Endpoints
GitHub
Discord
System Status
Prime SDK
Introduction
Chains Supported
Installation
Instantiation
Functions
Arka Paymaster
SDK Reference
Get an API key
Data Service
Batching Transactions
Sponsored Transactions
Fiat Onramp
Guardians
Changing Wallet Factory
User Specific callGasLimit
Prime SDK examples
Run Prime SDK examples
Get Address
Transfer Funds
Transfer ERC20
Transfer NFT
Social Logins
Get Account Balances
Get Transaction
Get Token List
Get NFT List
Show gas fee in fiat
Get Exchange Rates
Get Exchange Supported assets
Use Paymaster
Paymaster valid until after specified time
Swap
Get bridging quotes (LiFi)
Get bridging quotes (other)
Get Zerodev Address
Get SimpleAccount Address
User Specific callGasLimit
Concurrent UserOps
Add Guardians
Third Party libraries
Intro
Metamask
Ethers.js
Viem
Web3Auth
Privy
Integrations
Aarc
Chain Specific Tutorials
Intro
Etherspot Prime on Flare
Account Abstraction on Mantle
Account Abstraction on Scroll
Account Abstraction on Linea
Account Abstraction on Fuse
Account Abstraction on Rootstock
Contracts
Contract Deployments
EtherspotWallet
Whitelist
Paymaster
AccessController
Entrypoint Contract Error Codes
Prime SDK
Installation
Learn how to install Etherspot Prime SDK
Prerequisite
You should have installed Node.js (version 18.10.0 or higher).
Step 1. Install Etherspot Prime SDK with this command
npm
yarn
Copy
npm
i
@etherspot/prime-sdk
--save
And that’s it! You are now ready to dive into Account Abstraction
Now let’s learn how to instaniate the SDK.
Chains Supported
Instantiation
Assistant
Responses are generated using AI and may contain mistakes.