Installation

BIoT-Core

https://github.com/BIoTws/biot-core

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);

BIoT-RPC

https://github.com/BIoTws/biot-rpc

Install

If you are launching on testnet execute:

Launch

BIoT-WSocket

https://github.com/BIoTws/biot-wsocket

Install

If you are launching on testnet execute:

Launch

BIoT-CLI

https://github.com/BIoTws/biot-cli

Install

Examples

Last updated