ecurrencyhodler / lightningnetworkstores.github.io

Repository of lightning network stores

Home Page:http://lightningnetworkstores.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

To be the a very complete repository of stores that accept bitcoin through lightning. This repository will continue to be import even after the webpage is not hosted by Github Pages anymore! The new server will fetch new information from this repository!

Domains

The following websites forward to www.lightningnetworkstores.github.io:

www.lightningnetworkstores.com

www.lightningnetworkshops.com

Contributions

Contributions are welcome, I will give push access to who proves to be trustworthy or forward the registered domains to your forked website if it's open source and well maintained.

How to add a store

Mainnet store

Go to sites.json and add an entry with the folowing information:

{
"href": "the_website_of_the_store",
"uri": "nodeID@IP:port" OR "unknown",
"name": "name_of_the_store",
"description": "small_description_of_the_store",
"sector": choose from: technology/security/clothing/exchange/food/games&casino/other (new sectors also welcome),
"digital_goods":choose from yes/no, goods shipped/no, goods only in-store,
"added":unix_timestamp
 }

Example entry:

{  
  "id":4,
  "href":"https://mainnet.yalls.org/",
  "uri":"03e50492eab4107a773141bb419e107bda3de3d55652e6e1a41225f06a0bbf2d56@mainnet-lnd.yalls.org",
  "name":"Y'alls",
  "description":"Buy and sell articles with other members",
  "sector":"other",
  "digital_goods":"yes",
  "added":1519419592

}

The added field is the UNIX timestamp in seconds (seconds after 1st of January 1970) of thje current time (you can find it here https://www.epochconverter.com/). New sectors can be added later, so feel free to put another new sector

Hint: Careful with the commas, make sure your the new file has no syntax errors. Use https://jsonformatter.curiousconcept.com/ to check your changes.

Testnet store

Do the same but in the sitesTestnet.json file.

How to add a wallet

Go to wallets.json and add an entry with information like in this example:

 {
    "name":"eclair wallet",
    "page":"https://github.com/ACINQ/eclair-wallet",
    "android":"https://play.google.com/store/apps/details?id=fr.acinq.eclair.wallet.mainnet2&hl=en",
    "android_testnet":"https://play.google.com/store/apps/details?id=fr.acinq.eclair.wallet&hl=en",
    "open_source":"https://github.com/ACINQ/eclair-wallet",
    "release":"April 2018"
  }

There can be missing information in the entry except for name and page.

About

Repository of lightning network stores

http://lightningnetworkstores.com


Languages

Language:HTML 61.1%Language:JavaScript 28.1%Language:Python 10.7%