1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/components/app/signature-request-siwe
Sam Gbafa 5802805597
Add Sign-In with Ethereum (#14438)
Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com>
Co-authored-by: George Marshall <georgewrmarshall@gmail.com>
Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
Co-authored-by: brad-decker <bhdecker84@gmail.com>
2022-08-03 09:56:11 -05:00
..
signature-request-siwe-header Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00
signature-request-siwe-message Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00
index.js Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00
index.scss Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00
README.mdx Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00
signature-request-siwe.js Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00
signature-request-siwe.stories.js Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00

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} />