Skip to content

Commit

Permalink
Add cast to-check-sum-address example in reference. (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkatsios authored Aug 4, 2024
1 parent b1fe254 commit 1eeda88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/reference/cast/cast-to-check-sum-address.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Convert an address to a checksummed format ([EIP-55][eip55]).

{{#include common-options.md}}

### EXAMPLES

1. Convert an address to its checksummed format:
```sh
cast to-check-sum-address 0xDf99A0839818B3f120EBAC9B73f82B617Dc6A555
```

### SEE ALSO

[cast](./cast.md)
Expand Down

0 comments on commit 1eeda88

Please sign in to comment.