Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 481 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 481 Bytes

Internet Computer's key reader/writer

  • Provides examples of how to get private key, public key out of a PEM file, how to use them to sign a message to get a signature and how to verify a signature.

Usage

PEM_PATH=YOUR_PEM_PATH node ed25519.js
PEM_PATH=YOUR_PEM_PATH node plug.js
PEM_PATH=YOUR_PEM_PATH node cover-sdk.js