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 May 26, 2023. It is now read-only.
|[`@zilliqa-js/core`](./packages/zilliqa-js-core)| Core abstractions and base classes, such as `HTTPProvider` and network logic for interfacing with the Zilliqa JSON-RPC. | none |
25
-
|[`@zilliqa-js/account`](./packages/zilliqa-js-account)|`Wallet`, `Account` and `Transaction` abstractions live in this package. |`@zilliqa-js/core`, `@zilliqa-js/crypto`, `@zilliqa-js/util`, `@zilliqa-js/proto`|
26
-
|[`@zilliqa-js/blockchain`](./packages/zilliqa-js-blockchain)| Main interface to the Zilliqa `JSON-RPC`. | none |
27
-
|[`@zilliqa-js/contract`](./packages/zilliqa-js-contract)| Exposes a `Contracts` module that takes care of smart contract deployment and interaction. |`@zilliqa-js/account`, `@zilliqa-js/blockchain`, `@zilliqa-js/core`, `@zilliqa-js/util`|
28
-
|[`@zilliqa-js/crypto`](./packages/zilliqa-js-crypto)| Exposes several loosely-coupled cryptographic convenience functions for working with the Zilliqa blockchain and its cryptographic primitives, such as Schnorr signatures. |`@zilliqa-js/util`|
|[`@zilliqa-js/core`](./packages/zilliqa-js-core)|[](https://www.npmjs.com/package/zilliqa-js/core)| Core abstractions and base classes, such as `HTTPProvider` and network logic for interfacing with the Zilliqa JSON-RPC. ||
24
+
|[`@zilliqa-js/util`](./packages/zilliqa-js-util)|[](https://www.npmjs.com/package/zilliqa-js/util)| Miscellaneous functions that take care of serialisation/deserialisation and validation. ||
25
+
|[`@zilliqa-js/crypto`](./packages/zilliqa-js-crypto)|[](https://www.npmjs.com/package/zilliqa-js/crypto)| Exposes several loosely-coupled cryptographic convenience functions for working with the Zilliqa blockchain and its cryptographic primitives, such as Schnorr signatures. |`@zilliqa-js/util`|
26
+
|[`@zilliqa-js/proto`](./packages/zilliqa-js-proto)|[](https://www.npmjs.com/package/zilliqa-js/proto)| Protobuf source files and corresponding generated JS modules. ||
27
+
|[`@zilliqa-js/account`](./packages/zilliqa-js-account)|[](https://www.npmjs.com/package/zilliqa-js/account)|`Wallet`, `Account` and `Transaction` abstractions. |`@zilliqa-js/core`, `@zilliqa-js/crypto`, `@zilliqa-js/proto`|
28
+
|[`@zilliqa-js/blockchain`](./packages/zilliqa-js-blockchain)|[](https://www.npmjs.com/package/zilliqa-js/blockchain)| Main interface to the Zilliqa `JSON-RPC`. |`@zilliqa-js/account`|
29
+
|[`@zilliqa-js/contract`](./packages/zilliqa-js-contract)|[](https://www.npmjs.com/package/zilliqa-js/contract)| Exposes a `Contracts` module that takes care of smart contract deployment and interaction. |`@zilliqa-js/blockchain`|
30
+
|[`@zilliqa-js/subscriptions`](./packages/zilliqa-js-util)|[](https://www.npmjs.com/package/zilliqa-js/subscriptions)| Classes to interact with the websocket API of Zilliqa node. ||
31
+
|[`@zilliqa-js/viewblock`](https://github.com/Ashlar/zilliqa-js-viewblock)|[](https://www.npmjs.com/package/zilliqa-js/viewblock)| Library interfacing with ViewBlock's APIs. This package is maintained by [Ashlar](https://github.com/Ashlar)|`@zilliqa-js/crypto`|
0 commit comments