Hello!
This tutorial will guide you through building your own Core Lightning (CLN) plugin.
- You need an account on replit.com. If you don't have one yet, sign up here.
To begin this tutorial, you'll need to fork my Repl to your own Replit account. You can choose between Python or Rust, depending on your preference.
Here are the links to fork the project:
- Python Version: Writing Your First CLN Plugin (Python)
- Rust Version: Writing Your First CLN Plugin (Rust)
- Log in to your Replit account.
- Click on one of the links above to open the project.
- Once the Repl opens, look for the "Fork" button at the top-right corner of the page.
- Click on "Fork" to copy the Repl to your own account.
- After forking, you will see the project in your Replit workspace, and you can start editing it.
Now that you've forked the Repl, you can follow the instructions in the project to start building your own CLN plugin!