TuMicro / tuboleto-near-connection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About this repository

This repository contains the source code for the connector and top-up website for the TuBoleto app using your NEAR wallet.

You can test it out by installing the apk uploaded into this repo.

The TuBoleto app Near related UI and modifications built during the hackathon are here: https://github.com/TuMicro/tuboleto-near-ui. That repository includes logic for generating links and making use of the website in this repository and also for using the Aurora connector.

The Aurora connector (top-up website) is here: https://github.com/TuMicro/tuboleto-aurora-connection

Development

Using node v16.13.2

This project was bootstrapped with Create React App.

Run npm start to start developing.

You should see the website when opening http://localhost:3000 with your browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

Notes to remember:

About some common issues:

  • If you run into scss related errors you can try changing the scss files from CRLF to LF

Deploy with:

If you have write access to the Google Project you will see it deployed in here

npm run build && firebase deploy && time /t

About


Languages

Language:JavaScript 44.9%Language:TypeScript 35.1%Language:SCSS 13.9%Language:HTML 5.0%Language:CSS 1.1%