Skip to content

Commit

Permalink
Etherspot documentation v1
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanAgudeloRSL committed May 29, 2024
1 parent c513b64 commit 1efb582
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 41 deletions.
26 changes: 0 additions & 26 deletions src/components/accountAbstraction/README.md
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),
},
);
```
15 changes: 0 additions & 15 deletions src/components/accountAbstraction/etherspot/Etherspot.md

This file was deleted.

26 changes: 26 additions & 0 deletions src/components/accountAbstraction/etherspot/README.md
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),
},
);
```

0 comments on commit 1efb582

Please sign in to comment.