Skip to content

impleum/Lite

 
 

Repository files navigation

Windows Mac OS Linux
Build status Build status Build status

Lite

Warning: We're still in beta, so use at your own risk. This is the repository of the Lite Wallet, the first full-block SPV bitcoin wallet using Angular and Electron at the front-end and C# with .NET Core in the back-end.

Daemon Build

Lite daemon is the backend REST service, hosting a Bitcoin node upon which Lite UI depends:

# Clone and go in the directory
git clone https://github.com/impleum/Lite
cd Lite

# Initialize dependencies
git submodule update --init --recursive

# Go in the Lite deamon folder
cd ImpleumBitcoinFullNode/Impleum.BreezeD
dotnet build

# Run the Bitcoin and Impleum full-SPV daemons on testnet in separate terminals
dotnet run
dotnet run impleum

UI Build

Read more...

CI Build


Every time someone pushes to the master branch or create a pull request on it, a build is triggered and a new unstable app release is created.

If you want the ✨ latest ✨ (unstable 💣) version of the Lite app, you can get it here:

https://github.com/impleum/Lite/releases/tag/Continuous-Delivery

Packages

No packages published

Languages

  • CSS 66.4%
  • TypeScript 20.9%
  • HTML 8.2%
  • JavaScript 3.1%
  • Other 1.4%