Dornat / polygon-gas-station-extension

Chromium based extension for viewing current gas prices on Polygon mainnet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polygon Gas Station Extension

Simple extension for viewing current gas prices on Polygon mainnet

showcase

How to download the extension from here?

First open the terminal and run

$ git clone https://github.com/Dornat/polygon-gas-station-extension.git

Go into the folder

$ cd polygon-gas-station-extension

Then build the project, run

$ yarn build

All the files that needed to run the extension are now in dist folder.

Now go to any chromium based browser (Chromium, Google Chrome, Brave) and open Settings -> Extensions. Now click Load Unpacked and choose the dist folder that was created after yarn build. Developer mode maybe needed in order to load unpacked extension.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production and puts all files into dist folder.

yarn build:zip

Builds zip archive using files from dist folder.

About

Chromium based extension for viewing current gas prices on Polygon mainnet.


Languages

Language:TypeScript 59.0%Language:CSS 27.3%Language:HTML 10.0%Language:Shell 3.7%