Git Product home page Git Product logo

Comments (2)

MidnightLightning avatar MidnightLightning commented on September 3, 2024

I'll give a non-authoritative answer as not a project maintainer, but I believe any chain that is "EVM-compatible-enough" to support message-signing in general can support an ERC4361-compatible sign-in. The "Sign in With Ethereum" concept (ERC4361) only requires off-chain interaction (namely message signing compatible with ERC191). So as long as a blockchain has asymmetric key encryption that can create a message signature, it could create a message structured in the ERC4361 format.

For this particular library's implementation of ERC4361, I don't believe it does any enforcing of what chain the user is "connected" to; it only takes the message and the signature data to parse and check the validity of.

from siwe.

obstropolos avatar obstropolos commented on September 3, 2024

All EVM-compatible blockchains are compatible with ERC-4361; the ChainID just changes in the case of the signing message.

Also thanks @MidnightLightning

from siwe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.