From 83aa20aff787bec7491b3228b2e3611c567fdff1 Mon Sep 17 00:00:00 2001 From: Maharshi Mishra Date: Thu, 9 Nov 2023 05:08:07 +0530 Subject: [PATCH] Updation as per feedback from SKALE --- docs/connect-blockchain/skale.mdx | 278 ++++++++++++------------- src/components/ContentHubMaps/index.ts | 4 +- 2 files changed, 141 insertions(+), 141 deletions(-) diff --git a/docs/connect-blockchain/skale.mdx b/docs/connect-blockchain/skale.mdx index 4d2a8a732..cf10796ea 100644 --- a/docs/connect-blockchain/skale.mdx +++ b/docs/connect-blockchain/skale.mdx @@ -1,10 +1,10 @@ --- -title: Integrate Web3Auth with the Skale Blockchain -sidebar_label: Skale +title: Integrate Web3Auth with the SKALE Blockchain +sidebar_label: SKALE image: "content-hub/guides/banners/skale.png" displayed_sidebar: docs keywords: [skale, blockchain, web3auth] -description: "Integrate Web3Auth with the Skale Blockchain | Documentation - Web3Auth" +description: "Integrate Web3Auth with the SKALE Blockchain | Documentation - Web3Auth" --- import InstallationSnippet from "@site/src/common/docs/_evm-installation.mdx"; @@ -27,28 +27,28 @@ import Tabs from "@theme/Tabs"; While using the Web3Auth Web SDK, you get a [`EIP1193`](https://eips.ethereum.org/EIPS/eip-1193) provider, similar to the [Metamask Provider](https://docs.metamask.io/guide/ethereum-provider.html). This provider can be used with libraries like [`web3.js`](https://web3js.readthedocs.io/en/v1.2.8/getting-started.html), [`ethers.js`](https://docs.ethers.io/v5/getting-started/) etc. to make -[Skale](https://skale.space/) blockchain calls like getting the user's `account`, fetching `balance`, `sign transaction`, `send transaction`, `read` +[SKALE](https://skale.space/) blockchain calls like getting the user's `account`, fetching `balance`, `sign transaction`, `send transaction`, `read` from and `write` to the smart contract, etc. We have highlighted a few here to get you started quickly on that. :::info -This reference is for the `Web`, however, you can use Optimism on `Android`, `iOS`, `React Native`, `Flutter`, & `Unity` as well. Please follow our -reference for [Ethereum](/connect-blockchain/ethereum/), and change the RPC Provider URL & configurations corresponding to Optimism. +This reference is for the `Web`, however, you can use SKALE on `Android`, `iOS`, `React Native`, `Flutter`, & `Unity` as well. Please follow our +reference for [Ethereum](/connect-blockchain/ethereum/), and change the RPC Provider URL & configurations corresponding to SKALE. ::: ## Installation -To interact with the Optimism blockchain, you can use either [web3.js](https://web3js.readthedocs.io/en/v1.2.8/getting-started.html) or +To interact with the SKALE blockchain, you can use either [web3.js](https://web3js.readthedocs.io/en/v1.2.8/getting-started.html) or [ethers.js](https://docs.ethers.io/v5/getting-started/) libraries with Web3Auth. -## Initializing Provider (Skale) +## Initializing Provider (SKALE) -### Mainnet +## Mainnet -#### SKALE Europa Hub +### SKALE Europa Hub -#### SKALE Calypso NFT Hub Mainnet +### SKALE Calypso Hub Mainnet -#### SKALE Nebula Gaming Hub Mainnet +### SKALE Nebula Gaming Hub Mainnet -#### SKALE Titan Community Hub Mainnet +### SKALE Titan Community Hub Mainnet -### Testnet +## Testnet -#### SKALE Europa Hub Testnet +### SKALE Europa Hub Testnet -#### SKALE Calypso NFT Hub Testnet +### SKALE Calypso Hub Testnet -#### SKALE Nebula Gaming Hub Testnet +### SKALE Nebula Gaming Hub Testnet -#### SKALE Titan Community Hub +### SKALE Titan Community Hub -#### SKALE Chaos Testnet +### SKALE Chaos Testnet