You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Renovate Bot f5786f0ed1 chore(deps): update dependency antd to ^3.22.2 5 years ago
.github chore(setup): initial app setup (#1) 5 years ago
.vscode chore(setup): initial app setup (#1) 5 years ago
assets chore(setup): initial app setup (#1) 5 years ago
docker feat(network): add NodeManager to construct docker compose file 5 years ago
e2e test(network-view): update e2e tests 5 years ago
electron feat(network-view): fix styling issues at different window sizes 5 years ago
public chore(branding): change name throughout the app to Polar 5 years ago
src feat(footer): extract LocalSwitcher into a separate component 5 years ago
.commitlintrc chore(setup): initial app setup (#1) 5 years ago
.editorconfig chore(setup): initial app setup (#1) 5 years ago
.electronbuildrc chore(branding): change name throughout the app to Polar 5 years ago
.eslintignore chore(setup): initial app setup (#1) 5 years ago
.eslintrc chore(deps): update dependencies react-scripts eslint webpack (#14) 5 years ago
.gitattributes chore(setup): initial app setup (#1) 5 years ago
.gitignore chore(setup): initial app setup (#1) 5 years ago
.i18next-scanner.js chore(setup): initial app setup (#1) 5 years ago
.lintstagedrc chore(setup): initial app setup (#1) 5 years ago
.prettierrc chore(setup): initial app setup (#1) 5 years ago
.renovaterc chore(renovate): update renovate config 5 years ago
.rescriptsrc.js feat(network): create route and empty page 5 years ago
.stylelintrc chore(setup): initial app setup (#1) 5 years ago
.testcafe-electron-rc chore(setup): initial app setup (#1) 5 years ago
.travis.yml ci(travis): remove yarn flags for windows builds on travis 5 years ago
.versionrc chore(setup): initial app setup (#1) 5 years ago
LICENSE chore(setup): initial app setup (#1) 5 years ago
README.md chore(branding): change name throughout the app to Polar 5 years ago
TODO.md feat(network-view): fix styling issues at different window sizes 5 years ago
appveyor.yml chore(setup): initial app setup (#1) 5 years ago
package.json chore(deps): update dependency antd to ^3.22.2 5 years ago
tsconfig.json feat(network): create an actual network based on user input 5 years ago
yarn.lock chore(deps): update dependency antd to ^3.22.2 5 years ago

README.md

Lightning Polar

One-click Bitcoin Lightning networks for local app development & testing

Build Status Build status codecov

Development

Dependencies

Polar requires that you have Docker installed to create the local networks

Run the app

yarn && yarn dev

Run Unit Tests

yarn test

Run End-to-end Tests

yarn test:e2e

Run Typescript & Linter

yarn lint:all

Package App for your OS

yarn package

Tech Stack