All Projects → mercari → go-emv-code

mercari / go-emv-code

Licence: MIT license
EMV® QR Code Encoder/Decoder for Go.

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to go-emv-code

emv-qrcode
Golang Based EMV QR Code Generator and Parser (MPM, CPM)
Stars: ✭ 43 (-28.33%)
Mutual labels:  qrcode, qr, emv
Qrbtf
An art QR code (qrcode) beautifier. 艺术二维码生成器。https://qrbtf.com
Stars: ✭ 1,391 (+2218.33%)
Mutual labels:  qrcode, qr
Awesome Qr.js
An awesome QR code generator written in JavaScript.
Stars: ✭ 1,247 (+1978.33%)
Mutual labels:  qrcode, qr
vk-qr
VK QR Code generator library
Stars: ✭ 43 (-28.33%)
Mutual labels:  qrcode, qr
Qr Code Scanner
📠 A simple, fast and useful progressive web application
Stars: ✭ 982 (+1536.67%)
Mutual labels:  qrcode, qr
Qr Ascii
A small library to generate QR codes with ascii
Stars: ✭ 63 (+5%)
Mutual labels:  qrcode, qr
Qrscanner
A simple QR Code scanner framework for iOS. Provides a similar scan effect to ios13.
Stars: ✭ 134 (+123.33%)
Mutual labels:  qrcode, qr
Cordova Plugin Qrscanner
A fast, energy efficient, highly-configurable QR code scanner for Cordova apps and the browser.
Stars: ✭ 485 (+708.33%)
Mutual labels:  qrcode, qr
Qr Code Bundle
Bundle for generating QR codes in Symfony
Stars: ✭ 169 (+181.67%)
Mutual labels:  qrcode, qr
Qrcode Library
Create QrCodes with ease
Stars: ✭ 184 (+206.67%)
Mutual labels:  qrcode, qr
Jsqr
A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
Stars: ✭ 2,722 (+4436.67%)
Mutual labels:  qrcode, qr
paper-store
Cold store small files on paper as QR codes -- PGP keys, Bitcoin keys, Tox keys or any other small files in general.
Stars: ✭ 28 (-53.33%)
Mutual labels:  qrcode, qr
Qr Code Scanner
Full stable QR code scanner android app.
Stars: ✭ 28 (-53.33%)
Mutual labels:  qrcode, qr
Qrious
Pure JavaScript library for QR code generation using canvas
Stars: ✭ 1,160 (+1833.33%)
Mutual labels:  qrcode, qr
Qr Image
Yet another QR code generator
Stars: ✭ 922 (+1436.67%)
Mutual labels:  qrcode, qr
Jrqrcode
二维码生成库,把内容生成二维码,以base64编码的图片输出
Stars: ✭ 128 (+113.33%)
Mutual labels:  qrcode, qr
Qr Code
Web Component for generating QR codes
Stars: ✭ 425 (+608.33%)
Mutual labels:  qrcode, qr
Qr.flutter
QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.
Stars: ✭ 434 (+623.33%)
Mutual labels:  qrcode, qr
React Qr Svg
React component for rendering SVG QR codes
Stars: ✭ 134 (+123.33%)
Mutual labels:  qrcode, qr
Qrcode
qrcode scanner ( decoder ) by golang 二维码扫描识别
Stars: ✭ 233 (+288.33%)
Mutual labels:  qrcode, qr

go-emv-code CircleCI GoDoc Go Report Card

go-emv-code is a Encoder/Decoder implementation for generate EMV®1 compliant QR Code2 in Go.

Usage

See example.

TODO

  • Add Encoder/Decoder implementation for Consumer Presented Mode.

Contribution

Please read the CLA carefully before submitting your contribution to Mercari. Under any circumstances, by submitting your contribution, you are deemed to accept and agree to be bound by the terms and conditions of the CLA.

https://www.mercari.com/cla/

Setup environment & Run tests

  • requirements
    • Go version must be at least 1.12 (Modules)
  1. Testing in local
$ make test
  1. Testing with Circle CI CLI
$ circleci build --job test

License

Copyright 2019 Mercari, Inc.

Licensed under the MIT License.


1: EMV® is a registered trademark in the U.S. and other countries and an unregistered trademark elsewhere. The EMV trademark is owned by EMVCo, LLC.

2: "QR Code" is a registered trademark of DENSO WAVE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].