Skip to content

Commit

Permalink
Update develop/toolkit/api-libraries/smart-contracts/ether-js.md
Browse files Browse the repository at this point in the history
Co-authored-by: bader y <ibnbassem@gmail.com>
  • Loading branch information
nhussein11 and CrackTheCode016 authored Jan 8, 2025
1 parent 70e61cd commit cc633a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/toolkit/api-libraries/smart-contracts/ether-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ npm install --save-dev @parity/revive
```
### Example: Storage.sol

Here's a sample Solidity contract (`Storage.sol`) to be compiled and deployed to Asset Hub. This contract's functionality stores a number and permits users to update it with a new value.
Here's a sample Solidity contract (`Storage.sol`) to be compiled and deployed to the Asset Hub. This contract's functionality stores a number and permits users to update it with a new value.

??? code "Storage.sol"

Expand Down

0 comments on commit cc633a4

Please sign in to comment.