Skip to content

Commit

Permalink
Update develop/toolkit/api-libraries/smart-contracts/ethers-js.md
Browse files Browse the repository at this point in the history
Co-authored-by: 0xLucca <[email protected]>
  • Loading branch information
nhussein11 and 0xLucca authored Jan 9, 2025
1 parent fba283a commit 68002aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/toolkit/api-libraries/smart-contracts/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

To deploy smart contracts to Asset Hub, you need to compile them into `polkavm` bytecode. Use the [`@parity/revive`](https://www.npmjs.com/package/@parity/revive){target=\_blank} library, which compiles Solidity code for use on Substrate-based chains.
To deploy smart contracts to Asset Hub, you must compile your Solidity code into `polkavm` bytecode. Use the [`@parity/revive`](https://www.npmjs.com/package/@parity/revive){target=\_blank} library to perform this step.

Install the `@parity/revive` library:

Expand Down

0 comments on commit 68002aa

Please sign in to comment.