Skip to content

TuMicro/tuboleto-aurora-connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First of all (this will install yarn)

nvm install 16.13.2
nvm use 16.13.2
npm i -g corepack
corepack enable

Overview: Connect to a wallet using Wallet Connect v1

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:

Run it

Install dependencies with

yarn

Run the demo application with

yarn start

Additional Info

You can read more about using Wallet Connect v1 here.

This example was started with Create React App. Unnecessary files were deleted.

Other useful commands:

In case you dont have firebase installed:

npm install -g firebase-tools
firebase login

Deploy:

yarn build && firebase deploy --only hosting && time /t

Other commands

yarn add firebase firebase init hosting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published