Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 704 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 704 Bytes

Contributing

Adding a new Connector component

A connector component is a web component that will be displayed in the modal. You can customize the name, color, icon and functionality that will happen when the component is clicked.

See existing connector components

Make sure to add your new connector component to the connector list

Adding a new connector

A connector exposes a WebLN object for the web application.

See existing connectors

Adding a new wrapper package

A wrapper package simplifies integration of Bitcoin Connect with different web frameworks.

See React