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.
 
 
 
 
 

3.3 KiB

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

Commands

Command Description
yarn install dependencies
yarn dev run the app with react hot reloading
yarn test run unit tests in watch mode
yarn test:e2e run e2e tests
yarn lint:all run typescript and eslint syntax checking
yarn langs extract i18n language keys from code
yarn pacakge package the app for your OS

Tips

  • install the import-sorter Visual Studio Code extension for automatic import statement sorting

Tech Stack