Skip to content

Commit

Permalink
GITBOOK-270: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot authored and gitbook-bot committed Oct 11, 2023
1 parent e9b954e commit eeb4246
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 256 deletions.
2 changes: 0 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
* [Messaging](build-with-hyperlane/quickstarts/messaging.md)
* [Accounts](build-with-hyperlane/quickstarts/accounts.md)
* [Queries](build-with-hyperlane/quickstarts/queries.md)
* [Liquidity Layer](build-with-hyperlane/quickstarts/quickstart-tutorial-1.md)
* [hyperlane-quickstart repo](build-with-hyperlane/quickstarts/hyperlane-quickstart.md)
* [Guides](build-with-hyperlane/guides/README.md)
* [Finding my messages](build-with-hyperlane/guides/finding-my-messages.md)
Expand All @@ -47,7 +46,6 @@
* [Accounts API](apis-and-sdks/accounts.md)
* [Queries API](apis/query.md)
* [Warp Route API](apis-and-sdks/warp-api.md)
* [Liquidity Layer API](apis-and-sdks/token-bridge-api.md)
* [Interchain gas paymaster API](apis-and-sdks/interchain-gas-paymaster-api.md)
* [Hyperlane App Framework](apis-and-sdks/building-applications/README.md)
* [Example usage](sdks/building-applications/example-usage/README.md)
Expand Down
165 changes: 0 additions & 165 deletions apis-and-sdks/token-bridge-api.md

This file was deleted.

13 changes: 3 additions & 10 deletions build-with-hyperlane/quickstarts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,20 @@ description: >-

Each API has a Quickstart section that can be used with just Metamask or [Cast by Foundry](https://book.getfoundry.sh/cast/).

### Messaging 
### Messaging

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](messaging.md "mention") quickstart.

### Interchain Accounts

With Hyperlane, you can make a simple call via Interchain Accounts to a pre-deployed [`TestRecipient`](https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/solidity/contracts/test/TestRecipient.sol) contract on a remote destination chain. 
With Hyperlane, you can make a simple call via Interchain Accounts to a pre-deployed [`TestRecipient`](https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/solidity/contracts/test/TestRecipient.sol) contract on a remote destination chain.

Try it here with the [accounts.md](accounts.md "mention") quickstart.

### Interchain Queries

Query any contract, not just `IMessageRecipient`s with the `handle()` function (even legacy contracts!). 
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](queries.md "mention") quickstart.

### Sending Tokens

You've sent messages with Hyperlane; now it's time to bring value into the mix. 

Send tokens alongside messages with the [quickstart-tutorial-1.md](quickstart-tutorial-1.md "mention") quickstart.

78 changes: 0 additions & 78 deletions build-with-hyperlane/quickstarts/quickstart-tutorial-1.md

This file was deleted.

2 changes: 1 addition & 1 deletion introduction/why-should-you-use-hyperlane.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For app developers looking to upgrade their interchain capabilities, Hyperlane o
* [Accounts API](../apis-and-sdks/accounts.md) for creating + calling smart contracts on remote chains.
* [Warp Routes API](../apis-and-sdks/warp-api.md) for moving assets between chains
* [Queries API](../apis/query.md) for querying state on remote chains.
* [Liquidity API](../apis-and-sdks/token-bridge-api.md) for attaching value to your Hyperlane messages
* [Liquidity API](broken-reference) for attaching value to your Hyperlane messages
* And our [Hyperlane SDK](../apis-and-sdks/building-applications/) for building interchain apps if you need help getting started.

In addition, Hyperlane gives you the ability to customize your interchain security with[ Interchain Security Modules (ISMs)](https://docs.hyperlane.xyz/docs/protocol/sovereign-consensus). Most interoperability protocols today are built with a one-size-fits-all security model, where every supported chain is immediately opted-in to a connection with newly added chains. Under this model, the attack surface increases as more chains are added. And you can’t do anything about it as a developer. You have no control over your own app’s security. Hyperlane helps you remove this dependency with Modular Security.
Expand Down

0 comments on commit eeb4246

Please sign in to comment.