developer-content
developer-content copied to clipboard
Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
now that the developer content api has been migrated to `app router`, we should utilize generate a full static version of this api using [`generateStaticParams`](https://nextjs.org/docs/app/api-reference/functions/generate-static-params)
[The docs here](https://solana.com/developers/guides/advanced/introduction-to-durable-nonces#live-example-dao-offline-co-signing) walk through an offline signing scenario with two signers, using a nonce account. There is an issue in the section where the author signs the transaction with...
This PR adds a new guide/tutorial under the "JavaScript" category, which walks through creating a basic Solana application (using React) that onboards users through social logins and facilitates interaction through...
Hi! I'd like to make an addition to the guide section. I wish to add a tutorial guide for solana wallet adapter. But I can't see any community contribution guidelines...
There should be a GH workflow that can check the content documents to ensure all the relative links within the repo are valid. This should include: - local images -...
### Problem There were many things unclear on how to change tests from mocha to jest and bankrun. ### Summary of Changes This guides shows the advantages of bankrun and...
### Problem The documentation lacked a complete description of the transaction message structure, omitting the header component. This could lead to misunderstanding among developers about the full composition of Solana...
### Problem The program address for the ping program The data address for the ping program ### Summary of Changes swapped the points of accounts input as per the explorer...
The following lines (program and test) actually yields 98 instead of the expected 10 million. https://github.com/solana-foundation/developer-content/blob/3a4505ef09649ed12092ac56930613211c9cb524/content/courses/onchain-development/anchor-cpi.md?plain=1#L557 https://github.com/solana-foundation/developer-content/blob/3a4505ef09649ed12092ac56930613211c9cb524/content/courses/onchain-development/anchor-cpi.md?plain=1#L676 This is actually doing a bit-XOR between `10 * 10 = 100` and...
SOL is transferred with the system program not the token program