Skip to content

remiroyc/react-ethereum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

QR code react component for all your ethereum payments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published