1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00
metamask-extension/ui/components/app/signature-request-siwe
Matthew Walsh 07adba5926
Use transactions array in frontend (#20523)
Send the entire transactions array to the frontend rather than currentNetworkTxList and unapprovedTxs.
2023-09-04 16:48:25 +01:00
..
__snapshots__ split advancedGasFee by network and erase previous options (#20576) 2023-08-26 17:58:26 -07:00
signature-request-siwe-header [MMI] Add code fences in signature-request (#18770) 2023-05-24 13:41:21 +02:00
signature-request-siwe-icon Part of #18714: Replacing deprecated constants (#20003) 2023-07-19 15:08:06 +05:30
signature-request-siwe-message Update Text import paths: /app (#20083) 2023-07-19 15:32:35 -07:00
signature-request-siwe-tag Update Text import paths: /app (#20083) 2023-07-19 15:32:35 -07:00
index.js Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00
index.scss Replace ActionableMessage components with BannerAlerts in SIWE Sign-in with Ethereum page (#18207) 2023-03-21 09:49:04 -07:00
README.mdx Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-siwe.js Fix Blockaid and OpenSea BannerAlert placement for Token Allowance, Confirm Pages, SIWE, and Signature V3/V4 pages (#20530) 2023-08-30 07:05:53 -07:00
signature-request-siwe.stories.js Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-siwe.test.js Use transactions array in frontend (#20523) 2023-09-04 16:48:25 +01: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="components-app-signaturerequestsiwe--default-story" />
</Canvas>

## Component API

<ArgsTable of={SignatureRequestSIWE} />