1.0.45 • Published 5 years ago

datxweb-core v1.0.45

Weekly downloads
6
License
LGPL-3.0
Repository
github
Last release
5 years ago

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-core

Usage

import {AbstractWeb3Module} from 'datxweb-core';

new AbstractWeb3Module(...);

Types

All the typescript typings are placed in the types folder.