developer-content
developer-content copied to clipboard
Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
Update solana-test-validator docs
### Problem Lack of comprehensive guide and resources for developers interested in building crowdfunding decentralized applications (DApps) on the Solana blockchain using Anchor and React. ### Summary of Changes this...
### Summary of Changes Add tutorial for a web3 cash app
### Problem There are multiple docs and bits of information scattered about the various fees on solana. They are also outdated and/or duplicated in various areas. ### Summary of Changes...
adding the ability to have developer courses natively within solana-com
There's an existing [CONTRIBUTING.md](https://github.com/Unboxed-Software/solana-course/blob/main/CONTRIBUTING.md) used by the Unboxed Course, created by James and I, and used for both the Unboxed Course and Professional Education programs. Per Slack, ideally we could...
### Problem the [rust hello world guide](https://solana.com/developers/guides/getstarted/local-rust-hello-world) should be improved after feedback during a DX test ### Proposed Solution - add clear instructions on installing the solana cli locally -...
### Problem The full-stack Solana guide is currently using the latest version of Anchor which has a bunch of breaking changes which break this guide in 2-3 spots. ### Summary...
Added scaffolding guide with `npx create-solana-dapp` starter Might need more help with SEO tags
### Problem 1. This is no longer a fact when `replaceRecentBlockhash` is `true` https://github.com/solana-foundation/developer-content/blob/734fdc36292e90e295a62e011ef19351f90078ab/docs/rpc/http/simulateTransaction.mdx?plain=1#L21-L23 2. The `replacementBlockhash` is missing from here https://github.com/solana-foundation/developer-content/blob/734fdc36292e90e295a62e011ef19351f90078ab/docs/rpc/http/simulateTransaction.mdx?plain=1#L107-L143 See https://github.com/anza-xyz/agave/pull/380.