0.1.2 • Published 6 years ago

jeshka-lib v0.1.2

Weekly downloads
1
License
AGPL-3.0
Repository
github
Last release
6 years ago

Jeshka

Jeshka JavaScript Library - Developed for Angular and NodeJS

How to use

Import Jeshka

import JeshkaNode from 'jeshka';

Start qManager

//run this command only once per device.
JeshkaNode.startQManager();

Unlock Wallet

JeshkaNode.unlockWallet(seedWhistle);

To start a new quest

let quest = JeshkaNode.generateBasicQuest();
quest.setType(questType);
quest.sign;
quest.send();
0.1.2

6 years ago

0.1.0

6 years ago