Skip to content

Frontend map application of merchants accepting Bitcoin L2 - Lightning Network ⚡ payments in Prague, Czech Republic. Firebase backend. MVP up.

Notifications You must be signed in to change notification settings

KlosStepan/Lightning-map

Repository files navigation

Lightning Map

This project is a map website mostly for merchat collection & display of places that accept Lightning Network in Prague, Czech Republic.

Run it!

git clone https://github.com/KlosStepan/Lightning-map
npm install
npm start

Preview

Everybody will be able to Register / Sign Up With Google to add pin to our map soon!

lnmap_preview

Design

These colors are used in our application:

  • Black #000000 #000000 - normal.
  • Orange #FAC55E #FAC55E - Bitcoin.
  • Purple #6354B3 #6354B3 - Lightning.

Symbols for background (their 32x32 icon png equivalent in #F6F8FA #F6F8FA):

  • Bitcoin ₿ (12.5deg. rot).
  • Lightning ⚡.
  • Satoshi alt text (12.5deg. rot.).

Logo edits like https://shallowsky.com/blog/gimp/gimp-black-to-color.html


// Map fiddle

For map we use service called Mapbox wrapped for ReactJS installed as npm package.

// eslint-disable-next-line import/no-webpack-loader-syntax   
mapboxgl.workerClass = require("worker-loader!mapbox-gl/dist/mapbox-gl-csp-worker").default;  

// Build&push

First run to build and then push into Dockerhub/

docker build -t stepanklos/lightning_map .
docker push stepanklos/lightning_map

About

Frontend map application of merchants accepting Bitcoin L2 - Lightning Network ⚡ payments in Prague, Czech Republic. Firebase backend. MVP up.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published