Skip to main content
Etherspot Developer Documentation home page
Search...
⌘K
V1 Docs
Etherspot
Etherspot
Search...
Navigation
Transaction Kit
Installation
Home
Prime SDK
Modular SDK
RemoteSigner SDK
Skandha
Arka
TransactionKit
API Endpoints
GitHub
Discord
System Status
Transaction Kit
Introduction to Transaction Kit
Installation
Send Native Token
Staking
Paymaster usage
Components
Hooks
On this page
Install transaction kit
Transaction Kit
Installation
Install transaction kit
Install TransactionKit and Ethers:
npm
Copy
npm
i
@etherspot/transaction-kit
ethers@5.4.0
//
or
yarn
add
@etherspot/transaction-kit
ethers@5.4.0
Now you’re ready to take a look at a basic example, sending some of the networks native token.
Introduction to Transaction Kit
Send Native Token
⌘I