A backend service to encode EOS/Telos actions into ESR standard QR codes.
ESR = EOSIO Signing Request, a standard to encode EOSIO transactions/actions as binary URLs
''' esr://bdaz4f.... '''
QR code is then just a repr
mkdir images
npm install
npm run start
/qr
send 'actions' json in the body to get the QR code
Shows QR codes for ESR encoded requests
Example: https://eosio.to/gmNgYmAoCOJiniNoxLDsl571kgUTGRkZEGDFWyMjDpgAkAYA
https://greymass.github.io/eosio-uri-builder/
This creates an ESR encoded string, which can then be looked at in eosio.to, which also shows the QR code.