This repo contains static information (logos, links, etc.) to support client apps in Polkadot & Kusama ecosystem (e.g. Nova Wallet) to map it to the keys/ids from the network itself.
Note: For better UX in your app it is recommended to
- prepare UI states & logic when this information cannot be fetched due to gitHub unavailability
 - cache the data to cover part of the issue of 1.
 
Crowdloan JSON objects can contain the following information:
- id (to map the static data)
 - Parachain name
 - Description
 - Logo
 - Token
 - Website
 - Reward rate (DOT/KSM multiplier)
 
Contains JSON file with networks info: its token (ticker, precision), types, available nodes, account prefix, set of options (is testnet, has crowdloans)
Contains JSON file with featured DApps
Note: To submit a DApp make sure it's not already in DApps list and if not submit a PR to repository.
Contains the iconography for the different parachains and DApp's.
Note: Icons should be used from trusted sources, however currently icons are not available on the participants' websites, so for convenience, there is /icons folder.
- Fork the repository and create a new branch for your contribution.
 - Initialize repository by: 
make init - Commit your changes with a descriptive commit message.
 - Push your branch to your forked repository.
 - Submit a pull request detailing your changes and explaining why they should be merged.
 
Nova utils is available under the Apache 2.0 license. See the LICENSE file for more info. © Novasama Technologies GmbH 2023