Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developers/developer-tooling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Eclipse Mainnet works with all the standard Solana tooling. This guide provides

## Testing and Debugging

* [Solana's built-in Rust testing](https://docs.solana.com/developing/on-chain-programs/testing): Solana supports Rust's built-in testing framework, enabling developers to write unit tests for their smart contracts.
* [Solana's built-in Rust testing](https://solana.com/developers/guides/getstarted/solana-test-validator): Solana supports Rust's built-in testing framework, enabling developers to write unit tests for their smart contracts.
* [Solana Explorer](https://explorer.solana.com/): A block explorer for the a network, which allows developers to monitor transactions, accounts, and program execution on the testnets and mainnet.

## Wallets and dApp Interaction
Expand Down