Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link EVM Testnet quick start guide to deploy a smart contract guide #1586

Merged
merged 4 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading