Skip to content

Commit 7af161a

Browse files
theekrystalleegitbook-bot
authored andcommitted
No subject
1 parent c0a1dbc commit 7af161a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/smart-contracts/deploy-a-smart-contract-using-hardhat-hedera-json-rpc-relay.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: >-
33
A step-by-step guide on deploying a smart contract to Hedera testnet and Hiero
44
Local Node using Hardhat.
5+
hidden: true
56
---
67

78
# Deploy a Smart Contract Using Hardhat and Hiero JSON-RPC Relay
@@ -10,7 +11,7 @@ In this tutorial, you will walk through the step-by-step guide on deploying [sma
1011

1112
The [**Hiero JSON-RPC Relay**](https://github.com/hiero-ledger/hiero-json-rpc-relay) is an implementation of Ethereum JSON-RPC APIs for Hedera and utilizes both Hiero Consensus Nodes and Mirror Nodes to support RPC queries defined in the [JSON-RPC Specification](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/hashgraph/hedera-json-rpc-relay/main/docs/openrpc.json\&uiSchema%5BappBar%5D%5Bui:splitView%5D=false\&uiSchema%5BappBar%5D%5Bui:input%5D=false\&uiSchema%5BappBar%5D%5Bui:examplesDropdown%5D=false). The [**Hiero Local Node**](https://github.com/hashgraph/hedera-local-node) project enables developers to establish their own local network for development and testing. The local network comprises the consensus node, mirror node, JSON-RPC relay, and other Hedera products, and can be set up using the CLI tool and Docker. This setup allows you to seamlessly build and deploy smart contracts from your local environment.
1213

13-
By the end of this tutorial, you'll be equipped to deploy smart contracts on the Hedera Testnet or your local Hedera node, leveraging Hardhat's tools for testing, compiling, and deploying.
14+
By the end of this tutorial, you'll be equipped to deploy smart contracts on the Hedera testnet or your local Hedera node, leveraging Hardhat's tools for testing, compiling, and deploying.
1415

1516
***
1617

0 commit comments

Comments
 (0)