xdapp-book/src/SUMMARY.md

85 lines
2.9 KiB
Markdown
Raw Normal View History

2022-05-18 22:41:39 -07:00
# Summary
2022-09-23 09:48:24 -07:00
[Introduction](./introduction/introduction.md)
---
# Overview
2022-06-15 11:31:14 -07:00
- [xDapps](./dapps/0_xdappOverview.md)
2022-09-22 14:20:54 -07:00
- [Ecosystem Basics](./dapps/1_defiBasics.md)
- [Blockchain Interoperability](./dapps/2_crossChainInteroperability.md)
2022-06-15 11:31:14 -07:00
- [xData & xAssets](./dapps/3_xdataxassets.md)
- [What is an xDapp?](./dapps/4_whatIsanXdapp.md)
- [Advantages of xDapps](./dapps/5_advantages.md)
2022-06-24 13:16:33 -07:00
- [Wormhole](./wormhole/0_wormholeOverview.md)
2022-08-17 18:25:36 -07:00
2022-06-24 13:16:33 -07:00
- [What is Wormhole?](./wormhole/1_whatIsWormhole.md)
- [Architecture Overview](./wormhole/2_architectureOverview.md)
- [Core Layer Contracts](./wormhole/3_coreLayerContracts.md)
- [VAA: Verified Action Approval](./wormhole/4_vaa.md)
- [Guardian Network](./wormhole/5_guardianNetwork.md)
- [Relayers](./wormhole/6_relayers.md)
2022-09-22 15:23:10 -07:00
- [xAsset Bridge](./wormhole/7_xAssetBridge.md)
2022-06-24 13:16:33 -07:00
- [Wormchain](./wormhole/8_wormchain.md)
2023-01-26 20:36:43 -08:00
- [Security](./wormhole/security.md)
2023-01-26 20:33:55 -08:00
2022-08-17 18:25:36 -07:00
- [xDapp Design](./dapps/architecture/0_dappDesign.md)
- [Key Considerations](./dapps/architecture/1_keyConsiderations.md)
- [Ecosystems](./dapps/architecture/2_ecosystems.md)
- [Protocol Design](./dapps/architecture/3_protocolDesign.md)
- [Topology](./dapps/architecture/4_topology.md)
- [Relayers](./dapps/architecture/5_relayers.md)
---
2022-09-13 14:53:33 -07:00
# Developing xDapps
2022-07-26 12:54:34 -07:00
2022-09-15 08:57:56 -07:00
- [Environment Setup](./technical/env/environments.md)
2022-09-13 14:53:33 -07:00
2022-09-19 09:42:45 -07:00
- [Tilt (Devnet)](./technical/env/tilt.md)
2022-09-19 08:29:26 -07:00
- [Troubleshooting](./technical/env/troubleshooting.md)
2022-09-15 08:57:56 -07:00
- [Wormhole Local Validator](./technical/env/wlv.md)
- [Testnet](./technical/env/testnet.md)
2022-09-16 10:31:41 -07:00
- [Tooling](./technical/env/tooling.md)
2022-09-13 14:53:33 -07:00
2022-09-22 10:53:06 -07:00
- [Contract Development](./technical/overview.md)
2022-09-13 14:53:33 -07:00
2022-09-22 10:53:06 -07:00
- [EVM](./technical/evm/overview.md)
2022-09-13 14:53:33 -07:00
- [Core Layer](./technical/evm/coreLayer.md)
2022-09-22 14:02:23 -07:00
- [Token Bridge Module](./technical/evm/tokenLayer.md)
2022-09-22 15:23:10 -07:00
- [NFT Bridge Module](./technical/evm/nftLayer.md)
2022-09-23 09:48:24 -07:00
- [Relayer Module](./technical/evm/relayer.md)
2022-09-21 13:31:52 -07:00
- [Best Practices](./technical/evm/bestPractices.md)
2023-02-16 12:29:03 -08:00
- [Composable Verification](./technical/evm/composableVerification.md)
2022-09-22 12:21:53 -07:00
- [Solana](./technical/solana/overview.md)
- [Cosmos](./technical/cosmos/overview.md)
- [Algorand](./technical/algorand/overview.md)
- [Near](./technical/near/overview.md)
- [Aptos](./technical/aptos/overview.md)
2022-09-13 14:53:33 -07:00
2022-09-15 09:07:27 -07:00
- [Relayers](./technical/relayer/overview.md)
2022-05-18 22:41:39 -07:00
2022-09-19 18:04:13 -07:00
- [Generic Relayers](./technical/relayer/genericRelayer.md)
2022-09-22 14:02:23 -07:00
- [Specialized Relayers](./technical/relayer/specializedRelayers.md)
2022-09-22 13:20:32 -07:00
- [Wormhole Typescript SDK](./technical/typescript/overview.md)
- [Token Registration](./technical/typescript/attestingToken.md)
- [Token Transfer Basics](./technical/typescript/tokenTransfer.md)
2022-09-22 15:23:10 -07:00
- [Cross-Ecosystem Transfer](./technical/typescript/cross-ecosystem-transfer.md)
- [Using Relayers](./technical/typescript/using-relayer.md)
---
2022-09-23 11:52:32 -07:00
# Reference
2022-09-22 10:53:06 -07:00
- [Other Resources](./reference/overview.md)
- [Glossary](./reference/glossary.md)
2022-09-22 15:23:10 -07:00
- [Useful Links](./reference/usefulLinks.md)
2022-09-22 10:53:06 -07:00
- [Deployed Contracts](./reference/contracts.md)
- [RPC Nodes](./reference/rpcnodes.md)