-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c513b64
commit 1efb582
Showing
3 changed files
with
26 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +0,0 @@ | ||
|
||
<p align="center"> | ||
<img src="https://public.etherspot.io/assets/etherspot.gif" alt="Etherspot Logo" width= 150 height=150> | ||
</p> | ||
|
||
[Account Abstraction on Rootstock]() | ||
|
||
# Etherspot Prime SDK! | ||
|
||
### Step 1. Install Etherspot Prime SDK with this command | ||
|
||
``` sh | ||
yarn add @etherspot/prime-sdk | ||
``` | ||
|
||
|
||
### Step 2. Import the Etherspot Prime SDK. | ||
|
||
``` | ||
const primeSdk = new PrimeSdk( | ||
{ privateKey: process.env.WALLET_PRIVATE_KEY }, | ||
{ | ||
chainId: Number(process.env.CHAIN_ID), | ||
}, | ||
); | ||
``` | ||
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
<p align="center"> | ||
<img src="https://public.etherspot.io/assets/etherspot.gif" alt="Etherspot Logo" width= 150 height=150> | ||
</p> | ||
|
||
[Account Abstraction on Rootstock]() | ||
|
||
# Etherspot Prime SDK! | ||
|
||
### Step 1. Install Etherspot Prime SDK with this command | ||
|
||
``` sh | ||
yarn add @etherspot/prime-sdk | ||
``` | ||
|
||
|
||
### Step 2. Import the Etherspot Prime SDK. | ||
|
||
``` | ||
const primeSdk = new PrimeSdk( | ||
{ privateKey: process.env.WALLET_PRIVATE_KEY }, | ||
{ | ||
chainId: Number(process.env.CHAIN_ID), | ||
}, | ||
); | ||
``` |