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.
 
 
 
 
 
jamaljsr 3d885248ec chore(setup): initial app setup (#1) 6 years ago
.github chore(setup): initial app setup (#1) 6 years ago
.vscode chore(setup): initial app setup (#1) 6 years ago
assets chore(setup): initial app setup (#1) 6 years ago
e2e chore(setup): initial app setup (#1) 6 years ago
electron chore(setup): initial app setup (#1) 6 years ago
public chore(setup): initial app setup (#1) 6 years ago
src chore(setup): initial app setup (#1) 6 years ago
.commitlintrc chore(setup): initial app setup (#1) 6 years ago
.editorconfig chore(setup): initial app setup (#1) 6 years ago
.electronbuildrc chore(setup): initial app setup (#1) 6 years ago
.eslintignore chore(setup): initial app setup (#1) 6 years ago
.eslintrc chore(setup): initial app setup (#1) 6 years ago
.gitattributes chore(setup): initial app setup (#1) 6 years ago
.gitignore chore(setup): initial app setup (#1) 6 years ago
.i18next-scanner.js chore(setup): initial app setup (#1) 6 years ago
.lintstagedrc chore(setup): initial app setup (#1) 6 years ago
.prettierrc chore(setup): initial app setup (#1) 6 years ago
.renovaterc chore(setup): initial app setup (#1) 6 years ago
.rescriptsrc.js chore(setup): initial app setup (#1) 6 years ago
.stylelintrc chore(setup): initial app setup (#1) 6 years ago
.testcafe-electron-rc chore(setup): initial app setup (#1) 6 years ago
.travis.yml chore(setup): initial app setup (#1) 6 years ago
.versionrc chore(setup): initial app setup (#1) 6 years ago
LICENSE chore(setup): initial app setup (#1) 6 years ago
README.md chore(setup): initial app setup (#1) 6 years ago
TODO.md chore(setup): initial app setup (#1) 6 years ago
appveyor.yml chore(setup): initial app setup (#1) 6 years ago
package.json chore(setup): initial app setup (#1) 6 years ago
tsconfig.json chore(setup): initial app setup (#1) 6 years ago
yarn.lock chore(setup): initial app setup (#1) 6 years ago

README.md

Lightning Ditto

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

Build Status Build status codecov

Development

Dependencies

Ditto 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