Tag for questions on the javascript library of Iota and related subjects.
Questions tagged [javascript]
34 questions
3
votes
0 answers
Why do I need to create an IOTA instance to use the library functions?
Let the IOTA node instance be iota variable in the following context:
var IOTA=require("./node_modules/iota.lib.js/lib/iota")
var iota=new IOTA({ 'provider': 'https://iotanode.us:443'})
If I want to make a digest of a SEED="ABC...XYZ", I do the…

Tsangares
- 808
- 5
- 13
1
vote
1 answer
What's the difference between getNewAddress and generateAddress?
What's the difference between getNewAddress and generateAddress?
Don't see the diferences between them.

Albert Olivé Corbella
- 113
- 5