This is a simple React app that consumes the Node Backend Integration using OpenPix
It will generate a donation based on Pix and render it in a QRCode
Generate a App ID in your OpenPix Account
Run the Node Backend Integration code
Create a .env file with the following data
PORT=5667
API_URL=http://localhost:5666
yarn start