Update overview.md

This commit is contained in:
Madhav Goyal 2023-06-22 10:22:10 +05:30 committed by GitHub
parent fd45273f1d
commit aad9eee488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
The implementation contracts for Wormhole's official Solana integration can be found [here](https://github.com/wormhole-foundation/wormhole/tree/main/solana).
The deployed contract addresses can be found on the [Contracts page](../../reference/contracts.md).
The deployed contract addresses are on the [Contracts page](../../reference/contracts.md).
Solana is a rust-based programming environment. You'll likely find the [Wormhole Rust SDK](https://github.com/wormhole-foundation/wormhole/tree/main/sdk/rust) useful.
The Solana integration is also fully supported by the [Wormhole Typescript SDK](https://github.com/wormhole-foundation/wormhole/tree/main/sdk/js).
To get started on Solan devloplment you [can start here ](https://soldev.app/course)
To get started on Solan development you [can start here ](https://soldev.app/course)