coral-xyz / anchor-by-example

Anchor By Example
https://examples.anchor-lang.com
96 stars 24 forks source link

add: hello-world | devnet setup guide #4

Open degatchi opened 2 years ago

degatchi commented 2 years ago

When following this guide I was stuck with why my anchor deploy wasn't working and had to ask in the anchor discord why it wasn't working due to the error's not explaining why. Turns out it was because my Solana keygen was set to local and not devnet, despite setting local to devnet. Therefore, I added 2 bullet points to help configure it.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
anchor-by-example ✅ Ready (Inspect) Visit Preview Sep 28, 2022 at 8:42AM (UTC)
0xdeepmehta commented 2 years ago

Hey, thanks for pointing out. IMO we can add these points under a new section called Devnet cluster configuration. Just right below the Deployment section, as these are part of the cluster configurations. wdyt?

degatchi commented 2 years ago

Yeah I think a new section is probably best - preferably before all the other sections to prime them.