Socket
Book a DemoInstallSign in
Socket

react-ethereum

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ethereum

Ethereum Address QR Code Generator

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

Ethereum Address QR Code Generator

Sample :

Ethereum QR code component for React

import EtherumQRCode from 'react-ethereum'
<EtherumQRCode value={1} gas={1300} to={"0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8"} />

URI scheme

URI scheme used to send ETH between accounts conforms early EIP67 proposals and Bitcoin scheme. This is built to be backward compatible.

<EtherumQRCode uriScheme={"ethereum:<address>[?from=<sender_address>][?value=<ethamount>][?gas=<suggestedGas>]"} />

FAQs

Package last updated on 24 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts