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.
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)
{
"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"]
}
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.