developer-content
developer-content copied to clipboard
Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
### Problem zsynk ### Proposed Solution invite the link with analog 123
we should move the "[hello world](https://solana.com/developers/guides/getstarted/hello-world-in-your-browser)" guide into the docs and make it a first class citizen in the intro section cc @jacobcreech
### Problem For writing code within markdown, we're often writing it directly in it. This causes problems if we want to write tests on it later down the line. ###...
### Problem translate RPC content to Chinese ### Summary of Changes translated by [登链社区](https://learnblockchain.cn/) contributor checked by [@deanmlittle](https://github.com/deanmlittle) Fixes #
### Problem The documentation page for [GetBlock](url) endpoint shows potential `rewardType` to be one of: > "fee", "rent", "voting", "staking" These are not capitalized. However, querying the endpoint on block...
### Problem There are many links to `docs.solana.com` within this repo which has been converted to only handling redirects. We can and should avoid these redirects by just putting in...
### Problem Token extensions have metadata builtin, hence wrote a guide on how you can create tokens using CLI and add metadata.
### Problem The wSOL token extension transfer hook tutorial has a couple issues I believe, I'm getting some errors including from the "final" version listed.... Tutorial: https://solana.com/developers/guides/token-extensions/transfer-hook#run-test-file I tested this...
Is this still accurate? https://github.com/solana-foundation/developer-content/blob/main/docs/core/rent.md?plain=1#L32 ``` The Solana rent rate is set on a network wide basis, primarily based on the set LAMPORTS _per_ byte _per_ year. ``` Per SIMD-0084,...
### Problem There is no documentation for which things take what amount of compute units or how to perform optimizations ### Proposed Solution Add details to the docs to cover...