Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add placeholder SIWE statement
Alexis Sellier committed 4 years ago
commit ab3c8f565794ecddd0c28bbb1a3d8c7142c7b3d9
parent 5c48abfc074adad35458aadeed536bc1fa8c4a3b
1 file changed +1 -0
modified src/siwe.ts
@@ -26,6 +26,7 @@ export function createSiweMessage(seed: Seed, address: string, nonce: string, co
  const message = new SiweMessage({
    domain: seed.api.host,
    address,
+
    statement: "It's a Radicle world!",
    uri: window.location.origin,
    nonce,
    version: '1',