Skip to content

Commit

Permalink
fix: broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
nhussein11 committed Jan 20, 2025
1 parent 103fa77 commit 41cd863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/smart-contracts/evm-toolkit/libraries/ethers-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ With the [`Provider`](https://docs.ethers.org/v6/api/providers/#Provider){target

## Compile Contracts

The `revive` compiler transforms Solidity smart contracts into [`PolkaVM`](/develop/smart-contracts/evm/native-evm-contracts/#polkavm){target=\_blank} bytecode for deployment on Asset Hub. Revive's Ethereum RPC interface allows you to use familiar tools like Ethers.js and MetaMask to interact with contracts.
The `revive` compiler transforms Solidity smart contracts into [`PolkaVM`](/develop/smart-contracts/native-evm-contracts/#polkavm){target=\_blank} bytecode for deployment on Asset Hub. Revive's Ethereum RPC interface allows you to use familiar tools like Ethers.js and MetaMask to interact with contracts.

### Install the Revive Library

Expand Down

0 comments on commit 41cd863

Please sign in to comment.