description |
---|
Want to quickly explore how Hyperlane works without writing any code? You're in the right place. |
Each API has a Quickstart section that can be used with just Metamask or Cast by Foundry.
Hyperlane makes interchain communication straightforward by providing a simple on-chain API for sending and receiving messages.
Send your first message in under 5 minutes with the messaging.md quickstart.
With Hyperlane, you can make a simple call via Interchain Accounts to a pre-deployed TestRecipient
contract on a remote destination chain.
Try it here with the accounts.md quickstart.
Query any contract, not just IMessageRecipient
s with the handle()
function (even legacy contracts!).
Make a view call in moments using TestQuerySender
and the queries.md quickstart.