Decentralised Polkadot Notifications and Chain Interactions on the Desktop.
Polkadot Live is a cross-platform desktop application built with Electron and React using TypeScript.
Ready to explore Polkadot Live? Head to the documentation portal to get started.
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
Polkadot Live is powered by Dedot, a next-generation JavaScript client for Polkadot and Polkadot SDK-based blockchains.
