bif-core-miner

Bif module to interact with the Bid blockchain accounts stored in the node.

Usage no npm install needed!

<script type="module">
  import bifCoreMiner from 'https://cdn.skypack.dev/bif-core-miner';
</script>

README

bif-core-miner

This is a sub module of bif.js

This is the miner module. This is an independent module. If you want to use this module, you need to import this in your project. Please read the documentation for more.

Installation

npm install bif-core-miner

Usage

import {Miner} from 'bif-core-miner';

const miner = new Miner(
    'http://127.0.0.1:8546',
    null,
    options
);

Types

All the typescript typings are placed in the types folder.