Quick Start
A simple introduction to the Etherspot Prime SDK.
On this page we’ll run through the easiest way to get up and running with the SDK from scratch.
The first step with using the SDK is instantiating it with a key based wallet so act as the owner.
Let’s clone an example dapp we have built.
Next let’s install the packages.
Then let’s run the dapp.
And that’s it! We have a dapp up and running which shows the intialisation flow. An Etherspot smart account is created and now you’re ready to tailor it however you want to your use case.
In this example we simply create a key based wallet with ethers.js like so:
Then we use this key based wallet to instantiate the SDK on Sepola testnet and get the wallet address.
For next steps you can look at functions or examples.
Keep in mind this is a fresh wallet so you will have to get testnet funds via a faucet to send any transactions from it.