Installation

BIoT-Core

https://github.com/BIoTws/biot-corearrow-up-right

For installation you need:

  1. Any system what supported node.js

  2. Node.js

Installing

$ npm install biot-core

Using

const core = require('biot-core');

async function start() {
	await core.init('test');

	console.error('wallets:', await core.getWallets());
}

start().catch(console.error);
circle-exclamation

BIoT-RPC

https://github.com/BIoTws/biot-rpcarrow-up-right

Install

If you are launching on testnet execute:

Launch

BIoT-WSocket

https://github.com/BIoTws/biot-wsocketarrow-up-right

Install

If you are launching on testnet execute:

Launch

BIoT-CLI

https://github.com/BIoTws/biot-cliarrow-up-right

Install

Examples

Last updated