Skip to content

Commit 7f0e448

Browse files
committed
readme update
1 parent e9eb467 commit 7f0e448

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: README.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
Web3.js EIP4337 is a [web3.js](https://github.com/web3/web3.js) `4.x` plugin for Account Abstraction functionality.
66

7+
## Prerequisites
8+
9+
- :gear: [NodeJS](https://nodejs.org/) (LTS/Fermium)
10+
- :toolbox: [Yarn](https://yarnpkg.com/)
11+
12+
## Installation and usage
13+
14+
```bash
15+
yarn add @chainsafe/web3-plugin-eip4337
16+
```
17+
718

819
```ts
920
import { Web3 } from 'web3';

0 commit comments

Comments
 (0)