This application is a proof of concept and not production-ready.
USE AT OWN RISK.
Polkadot&Kusama ecosystem Enterprise Desktop application.
The Omni Desktop application proof of concept application was developed in order to:
- Check if it's possible to work with multiple Substrate networks in one desktop application.
- Check if it's possible to verify the parachain data based on relay-chain data.
- Try to use Substrate Connect as a light client.
- Try to use Parity Signer mobile application for signing transactions.
- Try to use Matrix standard as an application-layer data exchange protocol.
- Add and manage wallets for Substrate networks.
- Show wallet balances for multiple Substrate networks.
- Token transfers in multiple Substrate networks.
- Multisig account management.
- Multisig creation and signing.
- Multisig account and transactions interaction with Matrix standard.
There are two options for the application installation:
- Download the latest application release for your operating system. And proceed with installation.
- Clone the repository and start the application from sources:
git clone https://github.com/nova-wallet/omni-desktop-prototype.git
git checkout <latest tag>
yarn
yarn start
The Omni application tutorial describes how to use key proof of concept application features.
Minimum version of Node.js
is v14
.
Tested with v14
and v16
LTS releases.
To install all dependencies:
yarn
Start the app in the dev
environment with hot-reload:
yarn start
To package app for the local platform:
yarn package