conflux-web-core

ConfluxWeb core tools for sub packages. This is an internal package.

Usage no npm install needed!

<script type="module">
  import confluxWebCore from 'https://cdn.skypack.dev/conflux-web-core';
</script>

README

conflux-web-core

This is a sub module of ConfluxWeb

The conflux-web-core contains the AbstractConfluxModule. This should be used if someone wants to implement a new confluxWeb module.

Installation

npm install conflux-web-core

Usage

import {AbstractConfluxModule} from 'conflux-web-core';

new AbstractConfluxModule(...);

Types

All the typescript typings are placed in the types folder.