xdapp-book/src/SUMMARY.md

126 lines
3.0 KiB
Markdown
Raw Normal View History

2022-05-18 22:41:39 -07:00
# Summary
[Introduction](./introduction/introduction.md)
---
# Overview
2022-06-15 11:31:14 -07:00
- [xDapps](./dapps/0_xdappOverview.md)
2022-06-15 11:31:14 -07:00
- [Dapp Ecosystem Basics](./dapps/1_defiBasics.md)
- [Cross-Chain Interoperability](./dapps/2_crossChainInteroperability.md)
- [xData & xAssets](./dapps/3_xdataxassets.md)
- [What is an xDapp?](./dapps/4_whatIsanXdapp.md)
- [Advantages of xDapps](./dapps/5_advantages.md)
- [Wormhole](./wormhole/wormholeOverview.md)
- [What is Wormhole?](./wormhole/whatIsWormhole.md)
- [Architecture Overview](./wormhole/architectureOverview.md)
- [Guardian Network](./wormhole/guardianNetwork.md)
- [Core Layer Contracts](./wormhole/coreLayerContracts.md)
- [VAA: Verifiable Action Approval](./wormhole/vaa.md)
- [Relayers](./wormhole/relayers.md)
2022-06-15 11:31:14 -07:00
- [Portal xAsset Bridge](./wormhole/portalTokenBridge.md)
- [Wormchain](./wormhole/wormchain.md)
---
# xDapp Architecture
- [xDapp Design]()
- [Key Considerations]()
- [Ecosystems]()
- [EVM]()
- [Solana]()
- [Cosmos]()
- [Algorand]()
- [Protocol-First Design]()
- [Topology]()
- [Hub & Spoke]()
- [Mesh]()
- [xAssets]()
- [Relayers]()
- [Generic Relayers]()
- [Protocol-Specific Relayers]()
- [Security]()
- [Trust Assumptions]()
- [Layer 1 Risk]()
- [Finality Guarantees]()
- [Examples]()
- [Cross-Chain Swap]()
- [Remote Staking]()
- [Common Use Cases]()
- [FAQ]()
---
# xDapp Development
- [Before You Start]()
- [Choosing an Environment]()
- [Tilt Installation](./development/tilt/overview.md)
- [MacOS](./development/tilt/mac.md)
- [Linux](./development/tilt/linux.md)
- [Constants](./development/tilt/constants.md)
- [Project Scaffold](./development/scaffold/overview.md)
- [EVM]()
- [Foundry]()
- [Solana]()
- [Solana CLI]()
- [Anchor]()
- [Algorand]()
- [Sending Messages](./development/messages/sending/overview.md)
- [EVM](./development/messages/sending/evm.md)
- [Solana]()
- [Algorand]()
- [Registering xDapps](./development/messages/registration/overview.md)
- [EVM](./development/messages/registration/evm.md)
- [Solana]()
- [Algorand]()
- [Relaying Messages](./development/messages/relaying/overview.md)
- [Manual Relays]()
- [Rest Relayers]()
- [Spy Relayer]()
- [Generic Relayers]()
- [Receving Messages]()
- [EVM]()
- [Solana]()
- [Algorand]()
2022-05-19 01:01:44 -07:00
- [Projects](./projects/summary.md)
- [Messenger](./projects/messenger/introduction.md)
- [Prerequistes]()
- [EVM]()
- [Lever Puzzle]()
- [Tools]()
- [Testnet]()
- [Wormhole Explorer]()
- [Bridge UI]()
- [Tilt]()
- [Wormhole SDK]()
2022-05-18 22:41:39 -07:00
---
# Portal Token Bridge
- [Portal]()
- [Portal JS Client Transfers]()
- [Payload 1 Transfers]()
- [Payload 2 Attestations]()
- [Payload 3 Contract Controlled Transfers]()
- [Examples]()
- [EVM to Solana Transfer]()
- [Polygon to Oasis with Relayers]()
- [Portal Payloads]()
---
# Other Resources
- [Glossary]()
- [Reference]()
- [Github & Useful Links]()
- [Contracts]()
- [Tilt Accounts]()
- [RPC Nodes]()