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!
Please visit: https://lightningnetworkstores.com/about
Contributions are welcome and much needed. Right now, the website should be redesigned. Pull requests that make good contributions and are accepted can be paid bounties. Contact us if you want to know more.
Should be done using the button on the main page that says "Instantly add new store!". If for some reason, this doesn't work, a pull request can be made:
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.
Do the same but in the sitesTestnet.json
file.
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
.