@sphereon/ssi-sdk-mnemonic-info-generator

<!--suppress HtmlDeprecatedAttribute --> <h1 align="center"> <br> <a href="https://www.sphereon.com"><img src="https://sphereon.com/content/themes/sphereon/assets/img/logo.svg" alt="Sphereon" width="400"></a> <br>Mnemonic Info Generator (Typescript)

Usage no npm install needed!

<script type="module">
  import sphereonSsiSdkMnemonicInfoGenerator from 'https://cdn.skypack.dev/@sphereon/ssi-sdk-mnemonic-info-generator';
</script>

README


Sphereon
Mnemonic Info Generator (Typescript)

mnemonic-seed-generator-plugin

A Veramo plugin to generate and store mnemonic pass phrases and seeds

Installation

yarn add @sphereon/ssi-sdk-mnemonic-info-generator

Build

yarn build

Test

The test command runs:

  • prettier
  • jest
  • coverage

You can also run only a single section of these tests, using for example yarn test:unit.

yarn test

Utility scripts

There are other utility scripts that help with development.

  • yarn fix - runs eslint --fix as well as prettier to fix code style.