0.1.2 • Published 6 years ago
jeshka-legacy-crypto-utils v0.1.2
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