From 0380f8e0160c5d7c2b78ebb26bceba49670646a9 Mon Sep 17 00:00:00 2001 From: Filippo Date: Mon, 18 Nov 2024 10:17:53 +0100 Subject: [PATCH] edits --- docs/build/build-dapp.md | 2 +- docs/build/build-guides-template-basic.md | 10 +++++----- docs/build/build-integrate-assets.md | 4 ++-- docs/build/build-open-source.md | 2 +- docs/general/governance-apps.md | 4 ++-- docs/general/multisig-apps.md | 2 +- docs/general/parachains-apps.md | 2 +- docs/learn/learn-agile-coretime.md | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/build/build-dapp.md b/docs/build/build-dapp.md index 00e6f4814438..177b53fb9d8b 100644 --- a/docs/build/build-dapp.md +++ b/docs/build/build-dapp.md @@ -71,7 +71,7 @@ available her -React hooks library for ink! smart contracts that abstract the functionality of polkadot.js. Full +React hooks library for ink! smart contracts that abstract the functionality of Polkadot-JS. Full documentation & examples available here. diff --git a/docs/build/build-guides-template-basic.md b/docs/build/build-guides-template-basic.md index 60a98b095e1e..37e99063dc86 100644 --- a/docs/build/build-guides-template-basic.md +++ b/docs/build/build-guides-template-basic.md @@ -28,13 +28,13 @@ This guide aims to get you up and running with the basics of: Before starting to work with coretime, you'll need some ROC tokens to pay fees, reserve a [ParaId](../general/glossary.md#paraid), and more. -Head over to Polkadot.js to reserve a [ParaId](../general/glossary.md#paraid). We'll need a ParaId +Head over to Polkadot-JS to reserve a [ParaId](../general/glossary.md#paraid). We'll need a ParaId to upload our parachain's code: -1. Get the [Polkadot.js Web Extension.](https://polkadot.js.org/extension/) +1. Get the [Polkadot-JS Web Extension.](https://polkadot.js.org/extension/) 2. Create a wallet, and get some [ROC via the faucet.](https://faucet.polkadot.io/) with your new address. -3. Go to the [Polkadot.js Web App](https://polkadot.js.org/apps/#), and make sure you select +3. Go to the [Polkadot-JS Web App](https://polkadot.js.org/apps/#), and make sure you select **Paseo** as your network via the tabs on the side [or visit this link to get to Paseo directly](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpaseo.dotters.network#/explorer) 4. Head to @@ -42,7 +42,7 @@ to upload our parachain's code: 5. [Follow these instructions to reserve a ParaId.](../learn/learn-guides-coretime-parachains.md#reserve-paraid) Visit the [Accounts](https://polkadot.js.org/apps/#/accounts) tab to view all registered accounts -and associated balances within the Polkadot.js Extension. Once finished, you should see your new +and associated balances within the Polkadot-JS Extension. Once finished, you should see your new ParaId at the bottom of the list within [Network > Parachains > Parathreads](https://polkadot.js.org/apps/#/parachains/parathreads) with the option to "Deregister" to the right: @@ -400,7 +400,7 @@ for doing so: ![Region X cross chain transfer](../assets/coretime/regionx-cross-chain-roc.png) -2. Sign the transaction with Polkadot.js. If all goes well, you should see the balance update in the +2. Sign the transaction with Polkadot-JS. If all goes well, you should see the balance update in the upper right: ![Region X cross chain transfer](../assets/coretime/regionx-balance-change.png) diff --git a/docs/build/build-integrate-assets.md b/docs/build/build-integrate-assets.md index 9bbae10bba42..51519f1822c5 100644 --- a/docs/build/build-integrate-assets.md +++ b/docs/build/build-integrate-assets.md @@ -102,11 +102,11 @@ a pool with no or low liquidity. - [This repository](https://github.com/bee344/asset-conversion-example/tree/main) contains the complete workflow on how to create a liquidity pool for a given asset, add liquidity to it and then build a transaction to pays fees with this asset (including fees estimation). It is done with - several libraries: Polkadot.js API and Subxt. + several libraries: Polkadot-JS API and Subxt. - [Example using Asset Transfer API](https://github.com/paritytech/asset-transfer-api/blob/main/examples/polkadot/assetHub/paysWithFeeOriginTransfers/dotToHydrationPaysWithGLMR.ts) to do a cross-chain transfer in Polkadot Asset Hub paying fees with GLMR. - [A simple script](https://github.com/bee344/asset-hub-examples/blob/main/polkadot-js-example/src/foreignAssetTransferWithFee.ts) - using Polkadot.js API to do a local transfer of bridged KSM in Polkadot Asset Hub paying fees with + using Polkadot-JS API to do a local transfer of bridged KSM in Polkadot Asset Hub paying fees with USDT. ### Foreign Assets diff --git a/docs/build/build-open-source.md b/docs/build/build-open-source.md index aab2b40b0d1d..55deb8e0bf14 100644 --- a/docs/build/build-open-source.md +++ b/docs/build/build-open-source.md @@ -126,7 +126,7 @@ In the below sections, you can find a list of different layers of the Polkadot S | Blockchain Indexing Engine | [Squid SDK](https://github.com/subsquid/squid-sdk) 🟒, [Hybrid Indexer](https://github.com/hybrid-explorer/hybrid-indexer) 🟑, [Substrate Archive](https://github.com/paritytech/substrate-archive) βšͺ, [PSQL Indexer](https://github.com/usetech-llc/polkadot_psql_indexer) βšͺ, [Substrate Graph](https://github.com/playzero/substrate-graph) βšͺ, [Subquery](https://github.com/OnFinality-io/subql) 🟒, [MBELT3](https://github.com/p2p-org/polkadot-profit-transformer) 🟑, [stick](https://github.com/kodadot/stick) 🟑, [Hyperdot](https://github.com/Infra3-Network/hyperdot) βšͺ| | Blockchain/Event Monitoring | [Web3 Guardian](https://github.com/open-web3-stack/guardian) βšͺ, [Aurras Event Manager](https://github.com/HugoByte/aurras-event-manager) βšͺ, [@commonwealth/chain-events](https://github.com/hicommonwealth/chain-events) βšͺ, [Massbit](https://github.com/w3f-grants-archive/massbitchain) βšͺ, [Polkadot Basic Notifications](https://github.com/kianenigma/polkadot-basic-notification) βšͺ, [Ocelloids](https://github.com/sodazone/ocelloids) βšͺ, [Tracking Chain](https://github.com/TrackingChains/TrackingChain) βšͺ,| | Gaming | [Polkadot SDK for Unity](https://github.com/PolkadotPlay/Polkadot.Unity.SDK) 🟑, [Crossbow](https://github.com/dodorare/crossbow) βšͺ| [Unity Asset Store](https://assetstore.unity.com/packages/decentralization/infrastructure/polkadot-sdk-for-unity-273535), [Amethyst](https://amethyst.rs/) + [Substrate](https://substrate.dev/) | -| No-code Platforms | [EzCode's Polkadot.js plugin on Bubble.io](https://github.com/NovaBloq/Bubble-Plugin-Polkadot.js) βšͺ, [Blackprint Visual Programming Polkadot.js module](https://github.com/Blackprint/nodes-polkadot.js) βšͺ, [SubRelay](https://github.com/subrelay/interface) βšͺ| | +| No-code Platforms | [EzCode's Polkadot-JS plugin on Bubble.io](https://github.com/NovaBloq/Bubble-Plugin-Polkadot.js) βšͺ, [Blackprint Visual Programming Polkadot-JS module](https://github.com/Blackprint/nodes-polkadot.js) βšͺ, [SubRelay](https://github.com/subrelay/interface) βšͺ| | | Wallets | [DOT Connect](https://github.com/tien/dot-connect) 🟒, [Talisman Connect](https://github.com/TalismanSociety/talisman-connect) 🟒, [SubWallet-SubConnect](https://github.com/Koniverse/SubConnect) βšͺ, [Metadata Portal](https://github.com/nova-wallet/metadata-portal) 🟒, [Tesseract](https://github.com/tesseract-one/Tesseract.rs) βšͺ, [WalletConnect](https://github.com/w3f-grants-archive/walletconnect-v2-monorepo) βšͺ, [BitGoJS](https://github.com/BitGo/BitGoJS/tree/master) 🟒| | | XCM | [Trappist](https://github.com/paritytech/trappist) βšͺ, [XCM-tools](https://github.com/Moonsong-Labs/xcm-tools) 🟑, [XCM-tools Golang](https://github.com/itering/substrate-api-rpc) βšͺ,[ParaSpell XCM Tools](https://github.com/paraspell/xcm-tools) 🟒, [XBI](https://github.com/t3rn/xbi) βšͺ, [XCM TS/JS SDK](https://github.com/blockcoders/xcm-sdk) βšͺ, [XCMSend](https://github.com/XcmSend/app) 🟒, [XCM Monitoring Server](https://github.com/sodazone/xcm-monitoring/) 🟒, [Moonbeam Foundation XCM-SDK](https://github.com/moonbeam-foundation/xcm-sdk) 🟒| | | Other | [asset-transfer-api](https://github.com/paritytech/asset-transfer-api) 🟒, [txwrapper-core](https://github.com/paritytech/txwrapper-core) 🟒, [open-web3 JS library](https://github.com/open-web3-stack/open-web3.js) βšͺ, [VM-Bridge](https://github.com/CycanTech/GVM-Bridge) βšͺ, [srtool](https://github.com/paritytech/srtool) 🟒, [srtool-cli](https://github.com/chevdor/srtool-cli) βšͺ, [Substrate Tip Bot](https://github.com/paritytech/substrate-tip-bot) 🟑, [ORI (Onchain Risk Intelligence)](https://github.com/syntifi/ori) βšͺ, [PolkaTools](https://github.com/albertov19/PolkaTools) 🟒, [polkadot-scripts](https://github.com/paritytech/polkadot-scripts) βšͺ, [Sube](https://github.com/virto-network/sube) 🟑, [data-store-sidecar](https://github.com/CESSProject/data-store-sidecar) βšͺ, [SugarFunge](https://github.com/SugarFunge/sugarfunge-node) βšͺ, [substrate-wasmedge](https://github.com/second-state/substrate-wasmedge) βšͺ, [EightFish](https://github.com/eightfish-org/eightfish) 🟑, [Sandox](https://github.com/sandoxio/sandox) βšͺ, [APK verifier](https://github.com/darwinia-network/apk-verifier/) βšͺ| diff --git a/docs/general/governance-apps.md b/docs/general/governance-apps.md index ad3ae78b023a..a00fd705c1ac 100644 --- a/docs/general/governance-apps.md +++ b/docs/general/governance-apps.md @@ -34,8 +34,8 @@ Polkassembly ensures that the community remains at the heart of the decision-mak - Authentication: To provide maximum security, Polkassembly enables a two-factor authentication process. - Linking Your Polkadot or Kusama Account: - 1. Connect your Polkadot or Kusama account from Subwallet, Talisman, Nova, PolkaGate, Polkadot.JS for - seamless proposal tracking and voting. + 1. Connect your Polkadot or Kusama account from Subwallet, Talisman, Nova, PolkaGate, Polkadot-JS + for seamless proposal tracking and voting. 2. Polkasafe (for multisigs) - vote and create proposals with Multisigs by logging in with [Polkasafe](https://polkasafe.xyz/) diff --git a/docs/general/multisig-apps.md b/docs/general/multisig-apps.md index d999d8301be7..a5b97f162fc9 100644 --- a/docs/general/multisig-apps.md +++ b/docs/general/multisig-apps.md @@ -34,7 +34,7 @@ Quick Link: [Demo](https://www.youtube.com/watch?v=amm_Vk0vzP4&t=43s) | - **Transaction Tracking**: Offers real-time synchronization of transactions across different account levels. - **Third-Party Application Integration**: Users can access third-party applications with their - multisig identities. Mimir currently supports integration with applications like Polkadot.js and + multisig identities. Mimir currently supports integration with applications like Polkadot-JS and is planning to expand to others. - **User-Friendly Interface**: Designed for ease of use, making complex multisig operations more accessible. diff --git a/docs/general/parachains-apps.md b/docs/general/parachains-apps.md index 3a4e243e8012..b6ebc1bd2a34 100644 --- a/docs/general/parachains-apps.md +++ b/docs/general/parachains-apps.md @@ -52,7 +52,7 @@ Astar/Shiden tokens on specific dApps they wish to support and get a portion of distributed at every block. Portal also allows unbonding, rewards compounding and nomination transfer. -Astar Portal supports Polkadot native accounts (Polkadot.js, Talisman, SubWallet, Clover, Math +Astar Portal supports Polkadot native accounts (Polkadot-JS, Talisman, SubWallet, Clover, Math Wallet, Hana Wallet, OneKey), Multisig accounts (PolkaSafe) and EVM accounts (MetaMask, Talisman, SubWallet, Hana Wallet, OneKey). diff --git a/docs/learn/learn-agile-coretime.md b/docs/learn/learn-agile-coretime.md index 12b67aa7cdba..2fd14c3d18bb 100644 --- a/docs/learn/learn-agile-coretime.md +++ b/docs/learn/learn-agile-coretime.md @@ -233,7 +233,7 @@ better use of the existing cores). Teams in the ecosystem are working on a UI. RegionX has released an app for testing on Paseo:Β https://app.regionx.tech/. Without the UI, this would be automated from the parachains’ -runtimes or manually with Coretime Chain extrinsics via polkadot.js. +runtimes or manually with Coretime Chain extrinsics via Polkadot-JS. ### Coretime Pricing and Purchasing