Skip to content

corelightning-dev/corelightning.dev

 
 

Repository files navigation

Core Lightning Donation Portal

Support Lightning developers so they can focus on building our future

The website lists people working on Lightning 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 Lightning 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 @",
  "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 lightning developers so they can focus on building our future.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.2%
  • JavaScript 29.4%
  • Pug 29.2%
  • HTML 0.2%