@theqrl/web3-core-helpers
v0.1.2
Published
Web3 core tools helper for sub packages. This is an internal package.
Downloads
2
Readme
@theqrl/web3-core-helpers
This is a sub-package of @theqrl/web3.js with useful helper functions.
Installation
Node.js
npm install @theqrl/web3-core-helpers
Usage
const helpers = require('@theqrl/web3-core-helpers');
helpers.formatters;
helpers.errors;
...
Types
All the TypeScript typings are placed in the types
folder.