Decentralised Polkadot Notifications and Chain Interactions on the Desktop.
Polkadot Live is a cross-platform desktop application built with Electron and React using TypeScript.
Learn all about the Polkadot Live application by reading through its Documentation Portal Website.
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
# Generate vendors metadata for vite configs.
yarn vendors
# Start dev server.
yarn watch