eosjs-keygen icon indicating copy to clipboard operation
eosjs-keygen copied to clipboard

Javascript keys generator for EOS

Results 28 eosjs-keygen issues
Sort by recently updated
recently updated
newest added

is the keystore component platform independent? we are considerring to dev a wallet app with RN, not sure whether if will be supported or not.

enhancement

With the near release of eosjs v21, a push from eosjs-ecc to elliptic has been decided. This repository utilizes eosjs-ecc and should migrate to the new methodology using eosjs v21...

no need for user to include eosjs-ecc while computing public key by private key.

when import eosjs-keygen, i got the error: "Browser history needs a DOM" ## Environment ```js Environment: OS: macOS High Sierra 10.13.1 Node: 8.9.1 Yarn: 0.24.5 npm: 5.5.1 Packages: (wanted =>...

enhancement

{ Error: {"code":500,"message":"Internal Service Error","error":{"code":0,"name":"exception","what":"unspecified","details":[{"message":"unk nown key",

How to generate master key and derived keys without network access? How to convert keys to corresponding address?

help

code from readme fails with error: ``` api error => https://t1readonly.eos.io/v1/chain/get_account {"account_name":"myaccount1231548489"} { FetchError: request to https://t1readonly.eos.io/v1/chain/get_account failed, reason: connect ETIMEDOUT 35.164.81.64:443 at ClientRequest. (/Users/info/_sites/eos/node_modules/node-fetch/index.js:133:11) at emitOne (events.js:115:13) at ClientRequest.emit...

help