degatchi / web3-auth-rs

Authenticate your wallet by signing and verifying a message.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Rust 100.0%