Skip to content

Commit

Permalink
use imported admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginowine committed May 31, 2024
1 parent cdb86e0 commit 7aebe2e
Showing 1 changed file with 2 additions and 6 deletions.
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,11 +56,7 @@ 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.

:::tip Deploy a Smart Contract

Deploy a Solidity Smart Contract following our [how to Deploy a Smart Contract guide](/isc/how-tos/deploy-a-smart-contract#remix).

:::
<DeployAdmonition />

## Explore the Public Testnet

Expand Down

0 comments on commit 7aebe2e

Please sign in to comment.