2.0.0 • Published 2 years ago

@peter-present/account v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.3

2 years ago

1.0.21

2 years ago

1.0.2

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago