Skip to content

Commit

Permalink
Fixing Doc typo (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gunit2481 authored Apr 2, 2024
1 parent 7291f51 commit 5bf225b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
9 changes: 8 additions & 1 deletion docs/build/EVM/chainide-for-astar-evm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ import Figure from '/src/components/figure'

# ChainIDE for Astar EVM

"ChainIDE for Astar" is the first multi-chain cloud-powered IDE and development platform for Astar WASM & EVM. Extending on top of our experience with ChainIDE, ChainIDE for Astar is packed with the tooling, pre-made templates & tutorials for kickstarting Astar dApp development in a fully cloud-based environment.
**[ChainIDE for Astar](https://chainide.com/s/astar-evm/)** is the first multi-chain cloud-powered IDE and development platform for Astar WASM & EVM. Extending on top of our experience with ChainIDE, ChainIDE for Astar is packed with the tooling, pre-made templates & tutorials for kickstarting Astar dApp development in a fully cloud-based environment.

<Figure src={require('/docs/build/EVM/chainide-for-astar-evm/img/chainIDE4.png').default} width="100%" />

### Pages of interest:

import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
2 changes: 1 addition & 1 deletion docs/build/EVM/developer-tooling/thirdweb.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 2

### Introduction

Thirdweb is a complete web3 development framework that provides everything you need to connect your apps and games to decentralized networks.
[thirdweb](https://thirdweb.com/) is a complete web3 development framework that provides everything you need to connect your apps and games to decentralized networks.

:::caution
API keys will be required for access to thirdweb infrastructure services (effective August 1st, 2023).
Expand Down
2 changes: 1 addition & 1 deletion docs/build/EVM/interact/thirdweb-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 1

## Introduction

thirdweb is a complete web3 development framework that provides everything you need to connect your apps and games to decentralized networks
[thirdweb](https://thirdweb.com/) is a complete web3 development framework that provides everything you need to connect your apps and games to decentralized networks

## Prerequisites

Expand Down
9 changes: 8 additions & 1 deletion docs/build/wasm/chainide-for-astar-wasm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

import Figure from '/src/components/figure'

"ChainIDE for Astar" is the first multi-chain cloud-powered IDE and development platform for Astar WASM & EVM. Extending on top of our experience with ChainIDE, ChainIDE for Astar is packed with the tooling, pre-made templates & tutorials for kickstarting Astar dApp development in a fully cloud-based environment.
**[ChainIDE for Astar](https://chainide.com/s/astar-wasm/)** is the first multi-chain cloud-powered IDE and development platform for Astar WASM & EVM. Extending on top of our experience with ChainIDE, ChainIDE for Astar is packed with the tooling, pre-made templates & tutorials for kickstarting Astar dApp development in a fully cloud-based environment.

<Figure src={require('/docs/build/wasm/chainide-for-astar-wasm/img/chainIDE55.png').default} width="100%" />

### Pages of interest:

import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
2 changes: 1 addition & 1 deletion docs/build/zkEVM/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To add **Astar zkEVM** or any testnet networks to your wallet manually, enter th
<TabItem value="testnet 2" label="zKyoto Testnet">
| RPC URL | ChainID | Block Explorer URL | Currency |
| ------------------------------- | ---------------- | ---------------- | ----- |
| `https://rpc.startale.com/zkyoto` | `6038361` | [hhttps://zkyoto.explorer.startale.com/](https://zkyoto.explorer.startale.com/) | **ETH** |
| `https://rpc.startale.com/zkyoto` | `6038361` | [https://zkyoto.explorer.startale.com/](https://zkyoto.explorer.startale.com/) | **ETH** |
| `https://rpc.zkyoto.gelato.digital` | `6038361` | | **ETH** |
</TabItem>

Expand Down
2 changes: 1 addition & 1 deletion docs/build/zkEVM/smart-contracts/thirdweb.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 5

### Introduction

Thirdweb is a complete web3 development framework that provides everything you need to connect your apps and games to decentralized networks. Thirdweb supports smart contract development and deployment on Astar EVM-compatible networks, including Astar zkEVM.
[thirdweb](https://thirdweb.com/) is a complete web3 development framework that provides everything you need to connect your apps and games to decentralized networks. Thirdweb supports smart contract development and deployment on Astar EVM-compatible networks, including Astar zkEVM.

:::caution
API keys are required for access to thirdweb infrastructure services.
Expand Down

0 comments on commit 5bf225b

Please sign in to comment.