Quickstarts
Want to quickly explore how Hyperlane works without writing any code? You're in the right place.
Last updated
Want to quickly explore how Hyperlane works without writing any code? You're in the right place.
Last updated
Each API has a Quickstart section that can be used with just Metamask or .
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 quickstart.
With Hyperlane, you can make a simple call via Interchain Accounts to a pre-deployed contract on a remote destination chain.
Try it here with the Accounts 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 quickstart.