- 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.
- Using ED25519 key PEM file
PEM_PATH=YOUR_PEM_PATH node ed25519.js
- Using Plug's PEM file
PEM_PATH=YOUR_PEM_PATH node plug.js
- Using CoverSDK
PEM_PATH=YOUR_PEM_PATH node cover-sdk.js