q9f / eth.rb

a straightforward library to build, sign, and broadcast ethereum transactions anywhere you can run ruby.
https://q9f.github.io/eth.rb
Apache License 2.0
204 stars 88 forks source link

Connect with meteamask #164

Closed dillon-co closed 1 year ago

dillon-co commented 1 year ago

I saw a you answered this stack exchange saying you could authenticate with metamask using this gem. Do you have any examples of how to plug this into the frontend?

Basically I'm trying to login with metamask while avoidin using any NPM packages.. Is that even possible or no?

q9f commented 1 year ago

Yes, do you use rails? Have a look at:

Let me know if this works out for you!