Tutorial for Building a Core Lightning (CLN) Plugin in Replit
Hello!
This tutorial will guide you through building your own Core Lightning (CLN) plugin.
Prerequisites
- You need an account on replit.com. If you don't have one yet, sign up here.
How to Start
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)
How to Fork the Repl
- Log in to your Replit account.
- Click on one of the links above to open the project.
- Once the Repl opens, look for the "Remix this app" button at the left half of the page.
- Click on "Remix this app" 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!