datxweb-core
v1.0.45
Published
Web3 core tools for sub packages. This is an internal package.
Readme
datxweb-core
This is a sub module of Datxweb.js
The datxweb-core contains the AbstractWeb3Module.
This should be used if someone wants to implement a new datxweb module.
Installation
npm install datxweb-coreUsage
import {AbstractWeb3Module} from 'datxweb-core';
new AbstractWeb3Module(...);Types
All the typescript typings are placed in the types folder.
