@veramo/kms-local-react-native

Veramo KMS implementation that provides Ed25519 and secp256k1 crypto for react-native env

Usage no npm install needed!

<script type="module">
  import veramoKmsLocalReactNative from 'https://cdn.skypack.dev/@veramo/kms-local-react-native';
</script>

README

Veramo Local KMS for react native

A Veramo KMS implementation that provides Ed25519 and secp256k1 crypto.

This module provides an implementation of AbstractKeyManagementSystem that can be used by the @veramo/key-manager plugin to provide Ed25519 and secp256k1 crypto functionality to a Veramo agent.

This is the react-native compatible variant, of @veramo/kms-local