First of all (this will install yarn)
nvm install 16.13.2
nvm use 16.13.2
npm i -g corepack
corepack enable
This repository contains the source code for the connector and top-up website for the TuBoleto app using your Aurora wallet through Wallet Connect v1.
The relevant code is in ./src/App.js
.
The additional packages required are:
Install dependencies with
yarn
Run the demo application with
yarn start
You can read more about using Wallet Connect v1 here.
This example was started with Create React App. Unnecessary files were deleted.
In case you dont have firebase installed:
npm install -g firebase-tools
firebase login
Deploy:
yarn build && firebase deploy --only hosting && time /t
yarn add firebase firebase init hosting