Skip to content

Commit

Permalink
chore: update url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Nov 17, 2023
1 parent d861047 commit c0e0ce1
Show file tree
Hide file tree
Showing 28 changed files with 52 additions and 52 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[![Polkadot - Assets](https://img.shields.io/badge/Polkadot-Assets-E6007A?logo=polkadot&logoColor=E6007A)]([https://github.com/paritytech/polkadot-cloud]) ![ci](https://github.com/paritytech/polkadot-cloud/actions/workflows/main.yml/badge.svg) [![License](https://img.shields.io/badge/License-GPL_3.0_only-blue.svg)](https://opensource.org/license/gpl-3-0/)
[![Polkadot - Assets](https://img.shields.io/badge/Polkadot-Assets-E6007A?logo=polkadot&logoColor=E6007A)]([https://github.com/polkadot-cloud/polkadot-cloud]) ![ci](https://github.com/polkadot-cloud/polkadot-cloud/actions/workflows/main.yml/badge.svg) [![License](https://img.shields.io/badge/License-GPL_3.0_only-blue.svg)](https://opensource.org/license/gpl-3-0/)

# Polkadot Cloud

<b>Polkadot Cloud</b> is a library and platform for developing and publishing assets for Polkadot dapps.

## Directory

### `@polkadot-cloud/core` &nbsp;[[source](https://github.com/paritytech/polkadot-cloud/tree/main/packages/cloud-core) &nbsp;|&nbsp; [npm](https://www.npmjs.com/package/@polkadot-cloud/core)]
### `@polkadot-cloud/core` &nbsp;[[source](https://github.com/polkadot-cloud/polkadot-cloud/tree/main/packages/cloud-core) &nbsp;|&nbsp; [npm](https://www.npmjs.com/package/@polkadot-cloud/core)]

Core styles and themes for Polkadot dapps.

- [Using Polkadot Cloud Themes](https://polkadot.cloud/using-themes)

### `@polkadot-cloud/react` &nbsp;[[source](https://github.com/paritytech/polkadot-cloud/tree/main/packages/cloud-react) &nbsp;|&nbsp; [npm](https://www.npmjs.com/package/@polkadot-cloud/react)]
### `@polkadot-cloud/react` &nbsp;[[source](https://github.com/polkadot-cloud/polkadot-cloud/tree/main/packages/cloud-react) &nbsp;|&nbsp; [npm](https://www.npmjs.com/package/@polkadot-cloud/react)]

Functional React components for Polkadot dapps.

Expand All @@ -30,15 +30,15 @@ Functional React components for Polkadot dapps.

- [Buttons](https://polkadot.cloud/buttons): A small collection of plug-and-play button components.

### `@polkadot-cloud/assets` &nbsp;[[source](https://github.com/paritytech/polkadot-cloud/tree/main/packages/assets) &nbsp;|&nbsp; [npm](https://www.npmjs.com/package/@polkadot-cloud/assets)]
### `@polkadot-cloud/assets` &nbsp;[[source](https://github.com/polkadot-cloud/polkadot-cloud/tree/main/packages/assets) &nbsp;|&nbsp; [npm](https://www.npmjs.com/package/@polkadot-cloud/assets)]

Data sources and static assets for Polkadot dapps.

- [Web3 Wallet Extensions](https://polkadot.cloud/extensions): A list of popular Web3 wallet extensions with metadata and icons.

- [Validator Operators](https://polkadot.cloud/validators): A list of Polkadot validator operators with metadata and thumbnails.

### `@polkadot-cloud/utils` &nbsp;[[source](https://github.com/paritytech/polkadot-cloud/tree/main/packages/utils) &nbsp;|&nbsp; [npm](https://www.npmjs.com/package/@polkadot-cloud/utils)]
### `@polkadot-cloud/utils` &nbsp;[[source](https://github.com/polkadot-cloud/polkadot-cloud/tree/main/packages/utils) &nbsp;|&nbsp; [npm](https://www.npmjs.com/package/@polkadot-cloud/utils)]


Common utility functions to aid in Polkadot dapp development.
Expand Down
2 changes: 1 addition & 1 deletion app/src/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const Footer = () => {
<section>
<h4>
<a
href="https://github.com/paritytech/polkadot-cloud"
href="https://github.com/polkadot-cloud/polkadot-cloud"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion app/src/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const Header = () => {
Dark
</button>
<a
href="https://github.com/paritytech/polkadot-cloud"
href="https://github.com/polkadot-cloud/polkadot-cloud"
target="_blank"
rel="noreferrer"
>
Expand Down
6 changes: 3 additions & 3 deletions app/src/docs/Assets/Extensions/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ export const Doc = ({ folder, npm }: DocProps) => {
<p>
Web3 wallet extension data can be imported from{" "}
<a
href="https://github.com/paritytech/polkadot-cloud/blob/1f7bae05926db53650c25168afd2b7fca2e57bf1/packages/assets/lib/extensions/index.tsx#L19"
href="https://github.com/polkadot-cloud/polkadot-cloud/blob/1f7bae05926db53650c25168afd2b7fca2e57bf1/packages/assets/lib/extensions/index.tsx#L19"
target="_blank"
rel="noreferrer"
>
<code>Extensions</code>
</a>{" "}
and{" "}
<a
href="https://github.com/paritytech/polkadot-cloud/blob/c8063cda7968bcc48e04878d445c9085f5927b63/packages/assets/lib/extensions/index.tsx#L52"
href="https://github.com/polkadot-cloud/polkadot-cloud/blob/c8063cda7968bcc48e04878d445c9085f5927b63/packages/assets/lib/extensions/index.tsx#L52"
target="_blank"
rel="noreferrer"
>
Expand Down Expand Up @@ -157,7 +157,7 @@ export const Doc = ({ folder, npm }: DocProps) => {
To open a PR and add additional extensions to this list, refer to the
instructions hosted in this package's{" "}
<a
href="https://github.com/paritytech/polkadot-cloud/tree/main/packages/assets#adding-web-extension-wallets"
href="https://github.com/polkadot-cloud/polkadot-cloud/tree/main/packages/assets#adding-web-extension-wallets"
target="_blank"
rel="noreferrer"
>
Expand Down
4 changes: 2 additions & 2 deletions app/src/docs/Assets/Validators/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const Doc = ({ folder, npm }: DocProps) => {
<p>
A list of validator operators are available as a{" "}
<a
href="https://github.com/paritytech/polkadot-cloud/blob/main/packages/assets/lib/validators/index.ts"
href="https://github.com/polkadot-cloud/polkadot-cloud/blob/main/packages/assets/lib/validators/index.ts"
target="_blank"
rel="noreferrer"
>
Expand All @@ -40,7 +40,7 @@ export const Doc = ({ folder, npm }: DocProps) => {
To open a PR to add an additional validator operator to this list,
refer to the instructions hosted in this package's{" "}
<a
href="https://github.com/paritytech/polkadot-cloud/tree/main/packages/assets#adding-validator-operators"
href="https://github.com/polkadot-cloud/polkadot-cloud/tree/main/packages/assets#adding-validator-operators"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion app/src/docs/Components/Odometer/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Doc = ({ folder, npm }: DocProps) => {
/>
<p>
<a
href="https://github.com/paritytech/polkadot-cloud/blob/main/packages/cloud-react/lib/complex/Odometer/index.tsx"
href="https://github.com/polkadot-cloud/polkadot-cloud/blob/main/packages/cloud-react/lib/complex/Odometer/index.tsx"
target="_blank"
rel="noreferrer"
>
Expand Down
4 changes: 2 additions & 2 deletions app/src/docs/Components/Overlay/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ export const Doc = ({ folder, npm }: DocProps) => {
<p>
An{" "}
<a
href="https://github.com/paritytech/polkadot-cloud/blob/main/packages/cloud-react/lib/overlay/OverlayProvider/index.tsx"
href="https://github.com/polkadot-cloud/polkadot-cloud/blob/main/packages/cloud-react/lib/overlay/OverlayProvider/index.tsx"
target="_blank"
rel="noreferrer"
>
<code>OverlayProvider</code>
</a>{" "}
context and{" "}
<a
href="https://github.com/paritytech/polkadot-cloud/blob/main/packages/cloud-react/lib/overlay/Overlay/index.tsx"
href="https://github.com/polkadot-cloud/polkadot-cloud/blob/main/packages/cloud-react/lib/overlay/Overlay/index.tsx"
target="_blank"
rel="noreferrer"
>
Expand Down
4 changes: 2 additions & 2 deletions app/src/docs/Components/Polkicon/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Doc = ({ folder, npm }: DocProps) => {
/>
<p>
<a
href="https://github.com/paritytech/polkadot-cloud/blob/main/packages/cloud-react/lib/icons/Polkicon/index.tsx"
href="https://github.com/polkadot-cloud/polkadot-cloud/blob/main/packages/cloud-react/lib/icons/Polkicon/index.tsx"
target="_blank"
rel="noreferrer"
>
Expand All @@ -41,7 +41,7 @@ export const Doc = ({ folder, npm }: DocProps) => {
the <code>Polkicon</code> component. To add support to other networks,
contributors are welcome to{" "}
<a
href="https://github.com/paritytech/polkadot-cloud/pulls"
href="https://github.com/polkadot-cloud/polkadot-cloud/pulls"
target="_blank"
rel="noreferrer"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const Doc = ({ folder, npm }: DocProps) => {
/>
<p>
<a
href="https://github.com/paritytech/polkadot-cloud/blob/main/packages/cloud-react/lib/connect/ExtensionAccountsProvider/index.tsx"
href="https://github.com/polkadot-cloud/polkadot-cloud/blob/main/packages/cloud-react/lib/connect/ExtensionAccountsProvider/index.tsx"
target="_blank"
rel="noreferrer"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const Doc = ({ folder, npm }: DocProps) => {
/>
<p>
<a
href="https://github.com/paritytech/polkadot-cloud/blob/main/packages/cloud-react/lib/connect/ExtensionsProvider/index.tsx"
href="https://github.com/polkadot-cloud/polkadot-cloud/blob/main/packages/cloud-react/lib/connect/ExtensionsProvider/index.tsx"
target="_blank"
rel="noreferrer"
>
Expand Down
6 changes: 3 additions & 3 deletions app/src/docs/GettingStarted/UsingThemes/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const Doc = ({ folder }: DocProps) => {
Kusama, and a few other identities.
<br />
<a
href="https://github.com/paritytech/polkadot-cloud/tree/main/packages/cloud-core/lib/accent"
href="https://github.com/polkadot-cloud/polkadot-cloud/tree/main/packages/cloud-core/lib/accent"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -65,7 +65,7 @@ export const Doc = ({ folder }: DocProps) => {
bundle their preferred fonts if developers wish to use them.
<br />
<a
href="https://github.com/paritytech/polkadot-cloud/tree/main/packages/cloud-core/lib/theme"
href="https://github.com/polkadot-cloud/polkadot-cloud/tree/main/packages/cloud-core/lib/theme"
target="_blank"
rel="noopener noreferrer"
>
Expand Down Expand Up @@ -129,7 +129,7 @@ export const Doc = ({ folder }: DocProps) => {
If you don't see a accent or theme that suits your needs, you can
create your own and{" "}
<a
href="https://github.com/paritytech/polkadot-cloud/pulls"
href="https://github.com/polkadot-cloud/polkadot-cloud/pulls"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion app/src/docs/lib/Edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Edit = ({ folder }: { folder: string }) => {
return (
<div className="edit-on-github">
<a
href={`https://github.com/paritytech/polkadot-cloud/edit/main/app/src/docs/${folder}/main.tsx`}
href={`https://github.com/polkadot-cloud/polkadot-cloud/edit/main/app/src/docs/${folder}/main.tsx`}
target="_blank"
rel="noreferrer"
>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/paritytech/polkadot-cloud.git"
"url": "git+https://github.com/polkadot-cloud/polkadot-cloud.git"
},
"keywords": [
"Polkadot",
"UI",
"Substrate"
],
"homepage": "https://github.com/paritytech/polkadot-cloud#readme"
"homepage": "https://github.com/polkadot-cloud/polkadot-cloud#readme"
}
10 changes: 5 additions & 5 deletions packages/assets/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Community - Package](https://img.shields.io/badge/Community-Package-E6007A?logo=polkadot&logoColor=E6007A)](https://github.com/paritytech/polkadot-cloud) ![ci](https://github.com/paritytech/polkadot-cloud/actions/workflows/main.yml/badge.svg) [![License](https://img.shields.io/badge/License-GPL_3.0_only-blue.svg)](https://opensource.org/license/gpl-3-0/)
[![Community - Package](https://img.shields.io/badge/Community-Package-E6007A?logo=polkadot&logoColor=E6007A)](https://github.com/polkadot-cloud/polkadot-cloud) ![ci](https://github.com/polkadot-cloud/polkadot-cloud/actions/workflows/main.yml/badge.svg) [![License](https://img.shields.io/badge/License-GPL_3.0_only-blue.svg)](https://opensource.org/license/gpl-3-0/)

# Polkadot Cloud: Assets

Expand All @@ -7,17 +7,17 @@ Data and static assets for Polkadot apps.
## Adding Web Extension Wallets

To add a web extension wallet, submit a PR with the following changes:
* **Icon**: Add the extension icon as an SVG Component in [this folder](https://github.com/paritytech/polkadot-cloud/tree/main/packages/assets/extensions/jsx).
* **Extension details**: Add the extension details to the `Extensions` JSON object in [this file](https://github.com/paritytech/polkadot-cloud/blob/main/packages/assets/extensions/index.tsx).
* **Icon**: Add the extension icon as an SVG Component in [this folder](https://github.com/polkadot-cloud/polkadot-cloud/tree/main/packages/assets/extensions/jsx).
* **Extension details**: Add the extension details to the `Extensions` JSON object in [this file](https://github.com/polkadot-cloud/polkadot-cloud/blob/main/packages/assets/extensions/index.tsx).

## Adding Validator Operators

Validator operators can add their contact information, icon, and which validators they operate, to the dashboard’s Community section. The Community feature is designed to give non-biased exposure to validator operators, and to host a fully-featured validator browser just for that operator's validators.

To add an operator, submit a PR with the following changes:

- **Thumbnail:** Add your operator's thumbnail as an SVG Component in [this folder](https://github.com/paritytech/polkadot-cloud/tree/main/packages/assets/validators/thumbnails).
- **Operator details:** Add your operator details to the `ValidatorCommunity` JSON object in [this file](https://github.com/paritytech/polkadot-cloud/blob/main/packages/assets/validators/index.ts).
- **Thumbnail:** Add your operator's thumbnail as an SVG Component in [this folder](https://github.com/polkadot-cloud/polkadot-cloud/tree/main/packages/assets/validators/thumbnails).
- **Operator details:** Add your operator details to the `ValidatorCommunity` JSON object in [this file](https://github.com/polkadot-cloud/polkadot-cloud/blob/main/packages/assets/validators/index.ts).

### Operator Structure

Expand Down
4 changes: 2 additions & 2 deletions packages/assets/README.npm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<br />
<p align="center">
<a href="https://github.com/paritytech/polkadot-cloud">
<a href="https://github.com/polkadot-cloud/polkadot-cloud">
<img alt="polkadot-cloud" title="polkadot-cloud" src="https://raw.githubusercontent.com/paritytech/polkadot-cloud/main/app/public/img/cloud.png" width="80" />
</a>
</p>
Expand All @@ -11,7 +11,7 @@
</p>

<div align="center">
<a href="https://polkadot.cloud/overview">📖 Documentation</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/paritytech/polkadot-cloud"">GitHub</a>
<a href="https://polkadot.cloud/overview">📖 Documentation</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/polkadot-cloud/polkadot-cloud"">GitHub</a>
</div>

<hr>
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/lib/ecosystem/json/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import westendJson from "./Westend.json";

// To add a validator operator to this list, refer to the instructions hosted in this package's
// README file:
// https://github.com/paritytech/polkadot-cloud/tree/main/packages/assets#adding-validator-operators
// https://github.com/polkadot-cloud/polkadot-cloud/tree/main/packages/assets#adding-validator-operators
const acala: NetworkInformation = acalaJson;
const ajuna: NetworkInformation = ajunaJson;
const aleph_Zero_Testnet: NetworkInformation = aleph_Zero_TestnetJson;
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/lib/extensions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import PolkadotVault from "./jsx/PolkadotVault";
import WalletConnect from "./jsx/WalletConnect";

// To add items to this list, refer to the instructions hosted in this package's README file:
// https://github.com/paritytech/polkadot-cloud/tree/main/packages/assets#adding-web-extension-wallets
// https://github.com/polkadot-cloud/polkadot-cloud/tree/main/packages/assets#adding-web-extension-wallets

// List of web3 wallet extensions and their metadata.
export const Extensions: Record<string, ExtensionConfig> = {
Expand Down
4 changes: 2 additions & 2 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"UI"
],
"bugs": {
"url": "https://github.com/paritytech/polkadot-cloud/issues"
"url": "https://github.com/polkadot-cloud/polkadot-cloud/issues"
},
"homepage": "https://github.com/paritytech/polkadot-cloud#readme",
"homepage": "https://github.com/polkadot-cloud/polkadot-cloud#readme",
"scripts": {
"build:mock": "node ../../scripts/generatePackageJson.mjs -p assets",
"build": "rm -fr dist && gulp && cp LICENSE dist && cp README.npm.md dist && mv dist/README.npm.md dist/README.md && node ../../scripts/generatePackageJson.mjs -p assets",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

### Features

- **styles:** amended theme structure ([#645](https://github.com/paritytech/polkadot-cloud/issues/647)) ([5113d33](https://github.com/paritytech/polkadot-cloud/commit/670dc87ad5586fb61cc99ddb5ffaefe357aaedca))
- **styles:** amended theme structure ([#645](https://github.com/polkadot-cloud/polkadot-cloud/issues/647)) ([5113d33](https://github.com/polkadot-cloud/polkadot-cloud/commit/670dc87ad5586fb61cc99ddb5ffaefe357aaedca))
2 changes: 1 addition & 1 deletion packages/cloud-core/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Core - Package](https://img.shields.io/badge/Core-Package-E6007A?logo=polkadot&logoColor=E6007A)](https://github.com/paritytech/polkadot-cloud) ![ci](https://github.com/paritytech/polkadot-cloud/actions/workflows/main.yml/badge.svg) [![License](https://img.shields.io/badge/License-GPL_3.0_only-blue.svg)](https://opensource.org/license/gpl-3-0/)
[![Core - Package](https://img.shields.io/badge/Core-Package-E6007A?logo=polkadot&logoColor=E6007A)](https://github.com/polkadot-cloud/polkadot-cloud) ![ci](https://github.com/polkadot-cloud/polkadot-cloud/actions/workflows/main.yml/badge.svg) [![License](https://img.shields.io/badge/License-GPL_3.0_only-blue.svg)](https://opensource.org/license/gpl-3-0/)

# Polkadot Cloud: Core

Expand Down
4 changes: 2 additions & 2 deletions packages/cloud-core/README.npm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<br />
<p align="center">
<a href="https://github.com/paritytech/polkadot-cloud">
<a href="https://github.com/polkadot-cloud/polkadot-cloud">
<img alt="polkadot-cloud" title="polkadot-cloud" src="https://raw.githubusercontent.com/paritytech/polkadot-cloud/main/app/public/img/cloud.png" width="80" />
</a>
</p>
Expand All @@ -11,7 +11,7 @@
</p>

<div align="center">
<a href="https://polkadot.cloud/overview">📖 Documentation</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/paritytech/polkadot-cloud"">GitHub</a>
<a href="https://polkadot.cloud/overview">📖 Documentation</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/polkadot-cloud/polkadot-cloud"">GitHub</a>
</div>

<hr>
Expand Down
4 changes: 2 additions & 2 deletions packages/cloud-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"UI"
],
"bugs": {
"url": "https://github.com/paritytech/polkadot-cloud/issues"
"url": "https://github.com/polkadot-cloud/polkadot-cloud/issues"
},
"homepage": "https://github.com/paritytech/polkadot-cloud#readme",
"homepage": "https://github.com/polkadot-cloud/polkadot-cloud#readme",
"scripts": {
"build:mock": "node ../../scripts/generatePackageJson.mjs -p cloud-core",
"build": "rm -fr dist && gulp && mv dist/README.npm.md dist/README.md && node ../../scripts/generatePackageJson.mjs -p cloud-core",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud-react/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Core React - Package](https://img.shields.io/badge/Core&nbsp;React-Package-E6007A?logo=polkadot =E6007A)](https://github.com/paritytech/polkadot-cloud) ![ci](https://github.com/paritytech/polkadot-cloud/actions/workflows/main.yml/badge.svg) [![License](https://img.shields.io/badge/License-GPL_3.0_only-blue.svg)](https://opensource.org/license/gpl-3-0/)
[![Core React - Package](https://img.shields.io/badge/Core&nbsp;React-Package-E6007A?logo=polkadot =E6007A)](https://github.com/polkadot-cloud/polkadot-cloud) ![ci](https://github.com/polkadot-cloud/polkadot-cloud/actions/workflows/main.yml/badge.svg) [![License](https://img.shields.io/badge/License-GPL_3.0_only-blue.svg)](https://opensource.org/license/gpl-3-0/)

# Polkadot Cloud: React

Expand Down
Loading

0 comments on commit c0e0ce1

Please sign in to comment.