This commit is contained in:
Madhav Goyal 2023-06-07 19:34:37 +05:30
parent 204421a8ac
commit c97d35d97e
11 changed files with 264 additions and 4 deletions

1
.obsidian/app.json vendored Normal file
View File

@ -0,0 +1 @@
{}

3
.obsidian/appearance.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"accentColor": ""
}

29
.obsidian/core-plugins-migration.json vendored Normal file
View File

@ -0,0 +1,29 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}

20
.obsidian/core-plugins.json vendored Normal file
View File

@ -0,0 +1,20 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]

22
.obsidian/graph.json vendored Normal file
View File

@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.6493400927534805,
"close": true
}

1
.obsidian/hotkeys.json vendored Normal file
View File

@ -0,0 +1 @@
{}

181
.obsidian/workspace.json vendored Normal file
View File

@ -0,0 +1,181 @@
{
"main": {
"id": "ea7a159fc908a0f7",
"type": "split",
"children": [
{
"id": "dd67c9fd47957720",
"type": "tabs",
"children": [
{
"id": "604b0d9743956ba9",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "src/dapps/2_crossChainInteroperability.md",
"mode": "source",
"source": false
}
}
},
{
"id": "aa41487bb3a3fd31",
"type": "leaf",
"state": {
"type": "graph",
"state": {}
}
},
{
"id": "5478e25731dc858f",
"type": "leaf",
"state": {
"type": "graph",
"state": {}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "321ddaaa13949c8f",
"type": "split",
"children": [
{
"id": "668b4cb19e95eb27",
"type": "tabs",
"children": [
{
"id": "6c97e4772a474f2e",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "0585c411a728f354",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "7dffa4d13f182cfe",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "0210c41e7ceb4362",
"type": "split",
"children": [
{
"id": "9684cdb729ed1174",
"type": "tabs",
"children": [
{
"id": "b24d9b77ab20c7f7",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "src/dapps/2_crossChainInteroperability.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "03d6ada5b809525d",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "src/dapps/2_crossChainInteroperability.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "c02789eb9f4faab9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "f29c6af0766427be",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "src/dapps/2_crossChainInteroperability.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false
}
},
"active": "604b0d9743956ba9",
"lastOpenFiles": [
"src/dapps/1_defiBasics.md",
"src/dapps/0_xdappOverview.md",
"src/dapps/xDex/stablecoinHighway.md",
"src/dapps/5_advantages.md",
"src/dapps/xDex/remoteStaking.md",
"src/dapps/xDex/designOverview.md",
"projects/evm-messenger/README.md",
"src/wormhole/2_architectureOverview.md",
"src/wormhole/1_whatIsWormhole.md",
"src/wormhole/0_wormholeOverview.md",
"README.md",
"Pasted image 20230606142510.png",
"src/SUMMARY.md"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 KiB

View File

@ -1,5 +1,5 @@
# The xDapp Book
How to get started building cross chain applications with Wormhole
How to get started building cross chain applications with Wormhole using cross contract function calls and multi. chain liquidity.
## Documentation
@ -29,6 +29,9 @@ mdbook serve
```
The book will be available at `http://localhost:3000` in your browser.
## Graph Mode
Open this Repository in any Mind map note taking app like Obsidian or Logseq and visualise the docs ![[Pasted image 20230606142510.png]]
## License
The xDapp Book is licensed under [Apache 2.0](./LICENSE).

View File

@ -2,7 +2,7 @@
Here are a few xDapp features that are making an impact across blockchain technologies:
- **Expanded User Base** - Rather than being limited to the users of one blockchain, any user on any blockchain in the ecosystem can interact with an xDapp.
- **Expanded User Base** - Rather than being limited to the users of one blockchain, any user on any blockchain in the ecosystem can interact with an xDapp with Wormhole work
- **Unified Liquidity** - Liquidity fragmentation is a major problem in the current ecosystem. Unlike traditional tokens, xAssets can be pooled and moved anywhere.

View File

@ -1,8 +1,8 @@
# What is Wormhole?
Wormhole V1 was introduced in 2020 by Certus One and was initially conceived as a traditional token bridge between Ethereum and Solana. It served as the first bridge on Solana and was responsible for bootstrapping a large amount of the liquidity in the early Solana and Serum ecosystems.
Wormhole V1 was introduced in 2020 by Certus One and was initially conceived as a traditional token bridge between Ethereum and Solana. It served as the first bridge on Solana providing corss-chain swaps + wrapped assets and was responsible for bootstrapping a large amount of the liquidity in the early Solana and Serum ecosystems.
However, despite its beginnings as a token bridge, Wormhole quickly grew beyond Solana and token transfers.
However, despite its beginnings as a token bridge, Wormhole quickly grew beyond Solana and token transfers building a protocol for cross chain contract function calls.
Wormhole v2 launched in August 2021 as a decentralized generic interoperability protocol for multiple blockchain ecosystems with initial support for Solana, Terra, Ethereum and Binance Smart Chain.