Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

web3-ccm-core

ethereum49LGPL-3.02.0.11TypeScript support: included

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

readme

web3-core

This is a sub module of web3.js

The web3-core contains the AbstractWeb3Module. This should be used if someone wants to implement a new web3 module.

Installation

npm install web3-core

Usage

import {AbstractWeb3Module} from 'web3-ccm-core';

new AbstractWeb3Module(...);

Types

All the typescript typings are placed in the types folder.