0.19.1 • Published 2 years ago

@iqprotocol/account v0.19.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Account State Management

This package is part of IQ Protocol JS SDK.

:exclamation: The package is in development and breaking changes should be expected. Use at your own risk!

This is high level package which provides tools for IQ Protocol off-chain account state management. It is storage and blockchain agnostic and relies on injected providers.
For example, it uses storage provider (e.g. Postgres Store) to persist account information and manage off-chain state. It also allows to automatically initialize account state using blockchain provider (e.g. EIP155BlockchainProvider).

Use this package when you need an off-chain onboarding and account state management.

Installation

yarn add @iqprotocol/account

Usage

import { AccountManager, AccountStateManager } from '@iqprotocol/account';
import { PostgresStore } from '@iqprotocol/postgres-store';
import { EIP155BlockchainProvider } from '@iqprotocol/eip155';

const store = new PostgresStore(...);
const accountManager = new AccountManager({ store });

const blockchain = new EIP155BlockchainProvider(...);
const accountStateManager = new AccountStateManager({ store, blockchain });
0.19.1

2 years ago

0.19.0

2 years ago

0.16.3

2 years ago

0.17.0

2 years ago

0.18.0

2 years ago

0.16.2

2 years ago

0.14.0

2 years ago

0.15.0

2 years ago

0.15.1

2 years ago

0.13.0

3 years ago

0.12.3

3 years ago

0.12.2

3 years ago

0.12.0

3 years ago

0.11.0

3 years ago

0.10.3

3 years ago

0.10.2

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago