Skip to content

Commit

Permalink
fix: adding intro and link to polkavm
Browse files Browse the repository at this point in the history
  • Loading branch information
nhussein11 committed Jan 8, 2025
1 parent f20c7e1 commit b81e3d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion develop/toolkit/api-libraries/smart-contracts/ethers-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: Ethers.js
description: Learn how to interact with the Asset Hub chain using Ethers.js, compiling and deploying Solidity contracts, and interacting with deployed smart contracts.
---

# Ethers.Js
# Ethers.js

## Introduction

The `revive` compiler is used to compile Solidity smart contracts to [`PolkaVM`](/develop/smart-contracts/evm/native-evm-contracts/#polkavm){target=\_blank} bytecode, which allows it to be uploaded to Asset Hub. An Ethereum RPC faciliates interaction with existing Ethereum tools, such as Ethers.js or Metamask

Ethers.js is a lightweight library that enables interaction with Ethereum Virtual Machine (EVM)-compatible blockchains through JavaScript. This article demonstrates how to use Ethers.js to interact and deploy smart contracts to the Asset Hub.

## Set Up the Project
Expand Down

0 comments on commit b81e3d5

Please sign in to comment.