You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/marketpulse/setup.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
# Set up a development environment for Etherlink
1
+
---
2
+
title: Set up a development environment for Etherlink
3
+
dependencies:
4
+
hardhat: 3.0.17
5
+
---
2
6
3
7
> Etherlink is 100% compatible with Ethereum technology, which means that you can use any Ethereum-compatible tool for development, including Hardhat, Foundry, Truffle Suite, and Remix IDE.
4
8
> For more information on tools that work with Etherlink, see [Developer toolkits](https://docs.etherlink.com/building-on-etherlink/development-toolkits) in the Etherlink documentation.
@@ -7,6 +11,8 @@ In this tutorial, you use [Hardhat](https://hardhat.org/tutorial/creating-a-new-
7
11
You also use Viem, which is a lightweight, type-safe Ethereum library for JavaScript/TypeScript.
8
12
It provides low-level, efficient blockchain interactions with minimal abstraction.
9
13
14
+
1. Install Node.JS version 22 or later, which is required for Hardhat.
0 commit comments