You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
{name: 'description',content: 'Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions.'},
{name: 'og:description',content: 'Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions.'},
201
+
{
202
+
name: 'og:description',
203
+
content:
204
+
'Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions.',
{name: 'twitter:description',content: 'Official documentation for web3.js, the Type/JavaScript library for interacting with the Ethereum blockchain.'},
`web3-account-abstraction` contains the ideal setup for a Web3.js package.
15
+
16
+
## Installation
17
+
18
+
You can install the package either using [NPM](https://www.npmjs.com/package/web3-account-abstraction) or using [Yarn](https://yarnpkg.com/package/web3-account-abstraction)
19
+
20
+
### Using NPM
21
+
22
+
```bash
23
+
npm install web3-account-abstraction
24
+
```
25
+
26
+
### Using Yarn
27
+
28
+
```bash
29
+
yarn add web3-account-abstraction
30
+
```
31
+
32
+
## Getting Started
33
+
34
+
-:writing_hand: If you have questions [submit an issue](https://github.com/ChainSafe/web3.js/issues/new) or join us on [Discord](https://discord.gg/yjyvFRP)
0 commit comments