Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Signature Verification in javascript

This is a simple example of how to verify a signature in javascript. The example uses crypto to verify the signature and axios to fetch the keys.

Usage

To run the example you can run node main.js.

main.js contains an example of how to verify the signature.