Quick start
Installing the library
$ npm install idena-jsImport the library in your project
import { Idena, LocalKeyStore } from "idena-js";Configuration
import { Idena, LocalKeyStore } from "idena-js";
const provider = new LocalKeyStore();
const idena = new Idena(provider);Example
Create random address and import
const provider = new LocalKeyStore();
const idena = new Idena(provider);Import private key
Transfer
Wait for transaction mining
Bulk transactions
Balance
Identity
Retrieve address
Retrieve current epoch
Last updated