Skip to content

This application allows you to verify a signed message from any Cosmos SDK based application.

Notifications You must be signed in to change notification settings

emperorjm/verify-signature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verify Signature

This application allows you to verify a signed message from any Cosmos SDK based application.

Requirements

Configuration

Make a copy of the .env.example file and rename it to .env. The following information will explain the values contained within:

  • PUB_KEY_HEX: This is the public key from the account that signed the message.
  • SIG_HEX: This is the signature generated from signing the message.
  • MSG: This is the message that the user signed.

Execute

In order to sign the message, first clone the repository. Then, navigate to the directory containing the code and execute the following commands:

  • go build
  • go run main.go

If the signature is valid, the following message should be displayed Signature is valid!.

About

This application allows you to verify a signed message from any Cosmos SDK based application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages