Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Seed.create() = Secure random number generation is not supported by this browser. #13

Open
crashbdx opened this issue Dec 28, 2018 · 1 comment

Comments

@crashbdx
Copy link

Hello,

Since waves-api is not maintained anymore, i wanted use this libs that have the same seed create option.

I tried this:

npm install @waves/waves-signature-generator --save

const sign_gen = require('@waves/waves-signature-generator')

const seed = sign_gen.Seed.create();
console.log(seed); 

But im getting this error:

App threw an error during load
Error: Secure random number generation is not supported by this browser.
Use Chrome, Firefox or Internet Explorer 11

Any idea ? Is this lib still maintained ? I noticed that waves-api had the same issue before and got fixed, could it be the same problem ? (and hopefully the same fix :p)

https://github.com/wavesplatform/waves-api/issues/69

Thank you in advance for the help.

@izanf
Copy link

izanf commented Jan 21, 2019

Hello @crashbdx, i'm answered question on this topic: https://forum.wavesplatform.com/t/create-account-seed-in-nodejs/7701/5, but i think it's safer to create/retrieve portfolios on the front-end.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants