TuMicro / tuboleto-polygon-connection

Home Page:tuboleto-polygon-connection-qf96og.spheron.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Polygon 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.

Deploy (production):

Don't forget to run yarn to install dependencies first.

Then run:

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

Other useful commands:

In case you dont have firebase installed:

npm install -g firebase-tools
firebase login

Add a package:

yarn add firebase

Setup hosting for the first time:

firebase init hosting

Showing the commits tree:

git log --oneline --graph --decorate --all

About

tuboleto-polygon-connection-qf96og.spheron.app

License:MIT License


Languages

Language:JavaScript 76.5%Language:HTML 15.0%Language:CSS 8.5%