dennisreimann / bitcoindevlist.com

Support bitcoin developers so they can focus on building our future.

Home Page:https://bitcoindevlist.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitcoin Donation Portal

Support bitcoin developers so they can focus on building our future

The website lists people working on Bitcoin and related projects. The goal is to increase the visibility of contributors to the space that are accepting donations. If you are currently working on a bitcoin related open source project, submit a PR to get yourself added.

We do not want to be gatekeepers for additions. As a baseline we have decided on a policy that requires at least one ACK for new entries.

Adding yourself to the lists

If you are currently working on a bitcoin related open source project, submit a PR to get yourself added. Just append your block of data to the bottom, the list is shuffled on page load. You can use Markdown in the description property.

We also support BOLT12 (bolt12_single and bolt12_recurring, example) and Lightning Address (lnaddr, example)

Addition template / available options

{
  "name": "Your name",
  "github": "GitHub username",
  "twitter": "Twitter username without @",
  "nostr": "Nostr URL",
  "mastodon": "Mastodon URL",
  "donate": "Donation URL",
  "avatar": "Avatar URL",
  "description": "A short bio which can include links via Markdown",
  "lightning": true,
  "bolt12_single": "BOLT12 for a single offer",
  "bolt12_recurring": "BOLT12 for a recurring offer",
  "lnaddr": "Lightning address",
  "tags": ["Bitcoin", "Lightning"]
}

Local build

Node.js is a prerequisite, the dependencies are managed via npm. Once you have cloned this repo, you can setup the packages:

npm install

Create a build and rebuild on file change:

npm start

This will bring up the dev server and pattern library on localhost:3000.

About

Support bitcoin developers so they can focus on building our future.

https://bitcoindevlist.com

License:MIT License


Languages

Language:CSS 41.0%Language:Pug 29.7%Language:JavaScript 29.1%Language:HTML 0.2%