Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add signer.signMessage() #24

Open
dawsbot opened this issue Feb 11, 2022 · 0 comments
Open

Add signer.signMessage() #24

dawsbot opened this issue Feb 11, 2022 · 0 comments
Labels
Epic Big or tricky

Comments

@dawsbot
Copy link
Owner

dawsbot commented Feb 11, 2022

Blocked on completing #25 first

const { providers: { Web3Provider } } = ethers

	const provider = window.ethereum && new Web3Provider( window.ethereum )
	const signer = provider.getSigner()
	const signed_message = await signer.signMessage( claimed_message )
@dawsbot dawsbot added the Epic Big or tricky label May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Big or tricky
Projects
None yet
Development

No branches or pull requests

1 participant