added a tooling page

This commit is contained in:
chase-45 2022-09-15 11:57:56 -04:00
parent 7d292527eb
commit dfd3fbb1fc
2 changed files with 16 additions and 4 deletions

View File

@ -37,11 +37,12 @@
# Developing xDapps
- [Environment Setup](./technical/environments.md)
- [Environment Setup](./technical/env/environments.md)
- [Tilt](./technical/tilt.md)
- [Wormhole Local Validator](./technical/wlv.md)
- [Testnet](./technical/testnet.md)
- [Tooling](./technical/env/tooling.md)
- [Tilt](./technical/env/tilt.md)
- [Wormhole Local Validator](./technical/env/wlv.md)
- [Testnet](./technical/env/testnet.md)
- [Contract Development]()

11
src/technical/env/tooling.md vendored Normal file
View File

@ -0,0 +1,11 @@
#Tooling
regardless of what env you use, there are some wormhole-specific tools you should know about. Most developers find it useful to clone the Wormhole core repository, as it has quite a few useful tools.
worm CLI tool (link to code) - great cli tool for getting odds and ends done surround wormhole contracts, VAAs and more
orchestrator - WIP tool which is connected to the WLV environment. Can be useful for managing deployment of your xDapp contracts
reference bridge UI - a GUI which can be used to perform token transfers around the ecosystem
Wormhole Typescript SDK - typescript SDK designed to aid in interacting directly with the Wormhole contracts.
Explorer - mainnet link, and link to local code. Can be a good resource for looking at individual transfers
Wormhole Rust SDKs - useful when working in the various Rust environments, WIP, link to source
Spydk - useful for listening to the guardian network (link to source code and official release)