WARNING: This software is in beta. Do not use it on mainnet until this warning is removed. Expect breaking changes to the api and database schema until the 0.1.0 release.
Sensei is a new lightning node implementation with a focus on easing the onboarding experience for users new to Bitcoin. It is built using the bitcoin development kit and the lightning development kit.
To run from source you will need to take the following steps:
- Clone the repo:
git clone [email protected]:L2-Technology/sensei.git
- Build the web-admin:
cd sensei/web-admin && npm install && npm run build && cd ..
- Run senseid on regtest:
cargo run --bin senseid -- --network=regtest
- Open the admin at
http://localhost:5401/admin/nodes
In order to see your changes live you will need to:
- Run the web-admin dev server:
cd sensei/web-admin && npm run start
- Visit the admin using port 3000:
http://localhost:3000/admin/nodes
Please visit the documentation website for installation and getting started instructions.
Please join our discord community to discuss anything related to this project.