Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.35 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.35 KB

Sensei Logo

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.

Running from source

To run from source you will need to take the following steps:

  1. Clone the repo: git clone [email protected]:L2-Technology/sensei.git
  2. Build the web-admin: cd sensei/web-admin && npm install && npm run build && cd ..
  3. Run senseid on regtest: cargo run --bin senseid -- --network=regtest
  4. Open the admin at http://localhost:5401/admin/nodes

Developing the web-admin

In order to see your changes live you will need to:

  1. Run the web-admin dev server: cd sensei/web-admin && npm run start
  2. Visit the admin using port 3000: http://localhost:3000/admin/nodes

Documentation

Please visit the documentation website for installation and getting started instructions.

Community

Please join our discord community to discuss anything related to this project.