Skip to content

Commit

Permalink
Update docs/build/wasp-evm/v1.0.0-rc.6/docs/how-tos/integrate-your-ex…
Browse files Browse the repository at this point in the history
…change.mdx

Co-authored-by: Jeroen van den Hout <[email protected]>
  • Loading branch information
lucas-tortora and jlvandenhout authored Mar 1, 2024
1 parent d97ae4c commit ce8b888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ChainId } from '@theme/ChainId';
# ShimmerEVM Exchange Integration

If you already support EVM, then you probably are already familiar with what you'll need to integrate ShimmerEVM. As
with most networks, you should be able to use the same API as [go-ethereum](https://geth.ethereum.org/) taking into account the
with most networks, you should be able to use the same [JSON RPC API](https://wiki.iota.org/wasp-evm/reference/json-rpc-spec/) or clients, like [go-ethereum](https://geth.ethereum.org/), taking into account the
[compatibility and limitations](../getting-started/compatibility.md), use the ShimmerEVM RPC
URL (https://json-rpc.evm.shimmer.network) and ChainId (<ChainId url='https://json-rpc.evm.shimmer.network'/>), and run
our [Hornet](/hornet/welcome/) node with the [Wasp](/wasp/running-a-node/) INX-plugin.
Expand Down

0 comments on commit ce8b888

Please sign in to comment.