polkadot-live / polkadot-live-app

Decentralised Polkadot Notifications and Chain Interactions on the Desktop.
GNU General Public License v3.0
2 stars 1 forks source link

workflow License

github-banner

Overview

Decentralised Polkadot Notifications and Chain Interactions on the Desktop.

Polkadot Live is a cross-platform desktop application built with Electron and React using TypeScript.

Documentation

Learn all about the Polkadot Live application by reading through its Documentation Portal Website.

Build and run

Polkadot Live is in active development and the codebase is constantly changing. Keep in mind that the application is still at an early stage at this time.

With that disclaimer out the way, use the following commands to build and run Polkadot Live:

# Clone this repository
gh repo clone polkadot-live/polkadot-live-app

# Enter project root directory
cd polkadot-live-app

# Install dependencies
yarn install

# Run
yarn dev