Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.41 KB

ISSUE_TEMPLATE.md

File metadata and controls

49 lines (40 loc) · 1.41 KB

Case

Issue

Info

  • Environment: (Node.js/browser/electron/etc..)
  • Adapter: (IndexedDB/Localstorage/LevelDB/etc..)
  • Stack: (Typescript, Babel, Angular, React, etc..)

Code

const messageHash = EthCrypto.hash.keccak256(message);
const signature = EthCrypto.sign(testData.privateKey, messageHash);
  /* ... */