Skip to content

Authenticate your wallet by signing and verifying a message.

License

Notifications You must be signed in to change notification settings

degatchi/web3-auth-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web3 Auth w/ Rust

Authenticate your wallet by signing and verifying messages.

What

A simple library to help authenticate addresses via signing + ecrecover (elliptic curve recover) the signature for the public key.

Why

Since Web3Auth is only in TS and my current projects are written in Rust. So, I needed a way to be able to verify a wallet, without sending a private key(s) over an application (e.g., copy and paste), in Rust.

Resources

About

Authenticate your wallet by signing and verifying a message.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages