A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/components/app/signature-request-siwe
Sam Gbafa 5802805597
Add Sign-In with Ethereum (#14438)
2 years ago
..
signature-request-siwe-header Add Sign-In with Ethereum (#14438) 2 years ago
signature-request-siwe-message Add Sign-In with Ethereum (#14438) 2 years ago
README.mdx Add Sign-In with Ethereum (#14438) 2 years ago
index.js Add Sign-In with Ethereum (#14438) 2 years ago
index.scss Add Sign-In with Ethereum (#14438) 2 years ago
signature-request-siwe.js Add Sign-In with Ethereum (#14438) 2 years ago
signature-request-siwe.stories.js Add Sign-In with Ethereum (#14438) 2 years ago

README.mdx

import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';

import SignatureRequestSIWE from '.';

# Signature Request SIWE

dApp requesting the user to Sign in with Ethereum.

<Canvas>
<Story id="ui-components-app-signature-request-siwe-signature-request-siwe-stories-js--default-story" />
</Canvas>

## Component API

<ArgsTable of={SignatureRequestSIWE} />