Compare commits

...

2 Commits

Author SHA1 Message Date
Gautam Kumar Chaudhary 8ffaf7a7e5
Fix typo in tooling.md (#43) 2023-05-20 20:56:07 +01:00
ThisIs-Aryan c8657a5457
Fix typo in 3_xdataxassets.md (#72) 2023-05-20 20:54:47 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Now that we've established the idea of an xAsset, you might think they're an exc
xData is akin to an xAsset in that it exists in its own layer independent of any blockchain, which makes xData accessible by _all_ blockchains. The difference is that xData represents arbitrary data rather the token information represented by an xAsset.
Cross-chain interoperability then becomes a matter of creating, consuming and managing xData. Once blockchains have the ability to read and write data into a shared, global reservior, application design can take on innovative new dimensions.
Cross-chain interoperability then becomes a matter of creating, consuming and managing xData. Once blockchains have the ability to read and write data into a shared, global reservoir, application design can take on innovative new dimensions.
---

View File

@ -20,7 +20,7 @@ Regardless of the development environment that you use, there are a few wormhole
### [Wormhole Typescript SDK](https://www.npmjs.com/package/@certusone/wormhole-sdk)
- Typescript SDK destributed on npm. Can greatly aid in writing frontend code for xDapps and utilizing the Wormhole Token Bridge directly.
- Typescript SDK distributed on npm. Can greatly aid in writing frontend code for xDapps and utilizing the Wormhole Token Bridge directly.
### [Wormhole Spy SDK](https://github.com/wormhole-foundation/wormhole/tree/main/spydk/js)