Skip to content

walleth/console-barcodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What?

Prints QR-Codes on the terminal.

Why?

I want to use it to connect geth and WallETH via the wallet connect protocol.

How?

It uses zxing and is inspired by qrcode-terminal

Usage

If not already done add the jitpack repository:

allprojects {
   repositories {
      maven { url 'https://jitpack.io' }
   }
}

Then add console-barcodes:lib as a dependency:

dependencies {
   implementation 'com.github.walleth.console-barcodes:lib:<version>'
}

Now you can use the library:

 printQR( "Hello world" )

License

MIT