2.0.0 • Published 2 months ago

@peter-present/account v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

Package aim to creating account abstraction

Installation

npm install @peter-present/account
  • Or if you use yarn
yarn add @peter-present/account

Usage

Create your wallet

const wallet = new Wallet({
  rpcUrl: 'your-rpc',
  networkConfig,
});

Create keyring

walletInfo = await wallet.createKeyring(PASSWORD, walletInfo);

Create a account

const account = await wallet.addAccount(AccountType.EVM);
2.0.0

2 months ago

1.0.32

2 months ago

1.0.31

5 months ago

1.0.3

5 months ago

1.0.21

6 months ago

1.0.2

6 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.1

8 months ago

1.0.0

8 months ago