MiguelMedeiros / blocktank-ui

Blocktank LSP admin dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blocktank-ui

Blocktank is an LSP that allows businesses, apps, or online platforms to integrate, automate, and monetize services from your Lightning node. This includes channel configuration, channel purchases, channel info and more.

The Blocktank Widget (standalone or embeddable) allows users to quickly configure and purchase Lightning channels with specific balances.

Embed on any site

Recommended resolution for your embedded widget:

  • width - 480px
  • height - 800px
<iframe
	style="margin: auto; min-width: 480px; min-height: 800px;"
	id="widget"
	src="https://widget.synonym.to/"
	seamless
></iframe>

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.\

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

Blocktank LSP admin dashboard

License:MIT License


Languages

Language:TypeScript 46.0%Language:HTML 40.5%Language:SCSS 13.5%