Skip to content

Commit

Permalink
Link EVM Testnet quick start guide to deploy a smart contract guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginowine authored May 31, 2024
1 parent 93c68b3 commit adccd40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/build/isc/v1.1/docs/getting-started/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
- JSON
- RPC
---

import DeployAdmonition from '../_admonitions/_deploy_a_smart_contract.md';
import MetamaskButtons from '../../../../_partials/_metamask_buttons.mdx';
import { Networks } from '@theme/constant';
import Tabs from '@theme/Tabs';
Expand Down Expand Up @@ -56,6 +56,8 @@ If you want to fund your EVM testnet account, please refer to our [How To Get Fu

You can now use your testnet tokens and simulated bridged tokens to deploy and interact with smart contracts on the testnets. Utilize popular development tools and frameworks, such as [Hardhat](https://hardhat.org/), or [Remix](https://remix.ethereum.org/), to build, test, and deploy your smart contracts.

<DeployAdmonition />

## Explore the Public Testnet

Visit the corresponding Testnet Block Explorer to monitor the chain, track transactions, and explore deployed smart contracts.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
- JSON
- RPC
---

import DeployAdmonition from '../_admonitions/_deploy_a_smart_contract.md';
import MetamaskButtons from '../../../../_partials/_metamask_buttons.mdx';
import { Networks } from '@theme/constant';
import Tabs from '@theme/Tabs';
Expand Down Expand Up @@ -56,6 +56,8 @@ If you want to fund your EVM testnet account, please refer to our [How To Get Fu

You can now use your testnet tokens and simulated bridged tokens to deploy and interact with smart contracts on the testnets. Utilize popular development tools and frameworks, such as [Hardhat](https://hardhat.org/), or [Remix](https://remix.ethereum.org/), to build, test, and deploy your smart contracts.

<DeployAdmonition />

## Explore the Public Testnet

Visit the corresponding Testnet Block Explorer to monitor the chain, track transactions, and explore deployed smart contracts.
Expand Down

0 comments on commit adccd40

Please sign in to comment.