0.16.1 • Published 2 years ago

@iqprotocol/abstract-blockchain v0.16.1

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

Abstract Blockchain

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!

The main purpose of this package is to provide BlockchainProvider interface. The interface implementation will cover all the necessary functions to work with IQ Protocol smart contracts.
An example of such implementation can be EIP155BlockchainProvider provided as a part of IQ Protocol JS SDK.

Use this package when you want to implement a new blockchain provider.

Installation

yarn add @iqprotocol/abstract-blockchain

Usage

import { BlockchainProvider } from '@iqprotocol/abstract-blockchain';

class CustomBlockchainProvider implements BlockchainProvider {
 // ...
}
0.16.1

2 years ago

0.15.0

2 years ago

0.16.0

2 years ago

0.12.0

2 years ago

0.13.0

2 years ago

0.13.1

2 years ago

0.11.0

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