xdapp-book/src/SUMMARY.md

83 lines
2.6 KiB
Markdown
Raw Normal View History

2022-05-18 22:41:39 -07:00
# Summary
2022-09-05 18:24:51 -07:00
- [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)
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)
- [Portal xAsset Bridge](./wormhole/7_portalTokenBridge.md)
- [Wormchain](./wormhole/8_wormchain.md)
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-15 08:57:56 -07:00
- [Tooling](./technical/env/tooling.md)
- [Tilt](./technical/env/tilt.md)
- [Wormhole Local Validator](./technical/env/wlv.md)
- [Testnet](./technical/env/testnet.md)
2022-09-13 14:53:33 -07:00
- [Contract Development]()
2022-09-15 09:02:28 -07:00
- [EVM](./technical/evm//overview.md)
2022-09-13 14:53:33 -07:00
- [Core Layer](./technical/evm/coreLayer.md)
2022-09-14 12:54:25 -07:00
- [xAsset Module](./technical/evm/xassetLayer.md)
- [NFT Module](./technical/evm/nftLayer.md)
- [Relayer Module](./technical/evm/relayer.md)
2022-09-13 14:53:33 -07:00
- [Solana]()
- [Cosmos]()
- [Algorand]()
- [Near]()
- [Aptos]()
- [Relayers]()
2022-05-18 22:41:39 -07:00
2022-09-14 12:54:25 -07:00
- [Plugin Relayer](./technical/relayer/pluginRelayers.md)
2022-09-13 14:53:33 -07:00
- [Guardian Network](./technical/relayer/guardianNetwork.md)
2022-09-13 14:53:33 -07:00
- [Wormhole Typescript SDK](./development/portal/overview.md)
2022-06-29 22:09:26 -07:00
- [EVM]()
- [Attesting](./development/portal/evm/attestingToken.md)
2022-06-30 08:01:46 -07:00
- [Transfer Tokens](./development/portal/evm/tokenTransfer.md)
2022-08-05 00:01:31 -07:00
- [Portal JS SDK](./development/portal/sdkjs/overview.md)
- [EVM to Solana Transfer](./development/portal/sdkjs/evm-solana-transfer.md)
- [Polygon to Oasis with Relayers](./development/portal/sdkjs/polygon-oasis-relayer.md)
---
# Other Resources
- [Reference]()
2022-09-05 18:24:51 -07:00
2022-06-17 10:31:31 -07:00
- [Tools](./reference/tools.md)
2022-06-17 08:33:30 -07:00
- [Github & Useful Links](./reference/github.md)
- [Deployed Contracts](./reference/contracts.md)
- [RPC Nodes](./reference/rpcnodes.md)