solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
117 stars 223 forks source link

The hello world example does not actually go until "Hello World" #254

Open Woody4618 opened 3 months ago

Woody4618 commented 3 months ago

Problem

The hello world example stops at deploying the program. https://solana.com/de/developers/guides/getstarted/local-rust-hello-world

It ends after deploying the program and looking at the wallet balance.

image

Proposed Solution

Add another step that calls the program and shows how to look at the transaction in the explorer.

Also go through the steps on a windows machine and see if there are issues in the normal path of going through it.

A friend of mine ran into the following issues: https://github.com/solana-labs/solana/issues/34987 https://github.com/solana-labs/solana/issues/32361 And did not start with WSL from the start

Maybe some of these can be improved on in the guide.