Arbitrum Stylus logo

Stylus by Example

Verifying Signature

An Arbitrum Stylus version implementation of Verifying Signature.

Messages can be signed off chain and then verified on chain using a smart contract.

Example interact using ethers.js

Example

src/lib.rs

1Loading...
1Loading...

Cargo.toml

1Loading...
1Loading...

src/main.rs

1Loading...
1Loading...