developer-content icon indicating copy to clipboard operation
developer-content copied to clipboard

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.

Results 133 developer-content issues
Sort by recently updated
recently updated
newest added

### Problem - Current lesson diagrams are not vibrant and clear enough ### Summary of Changes - Replaced lesson diagrams with more legible ones [editable versions](https://whimsical.com/solana-mobile-assets-C54GXWpK8EfVSNtzttdAS8) are on whimsical

### Problem [creating NFTs with Metaplex] link is wrong. [previous chapter] link is wrong. [Transfering Tokens] link is wrong. The import @solana/web3.js statements in the section Brun Tokens are wrong....

superteam-lesson-updates

### Problem While going through this [Solana tutorial](https://solana.com/developers/courses/tokens-and-nfts/nfts-with-metaplex#lab), I found that the package used is deprecated and no longer in use. ### Proposed Solution 1. **Update the Tutorial:** Replace references...

- Followed guidelines in contributing.md - Refactored it to use newest dependencies - Replaced @metaplex- foundation/js with @metaplex-foundation-umi - Replaced old methods with their corresponding umi methods - Replaced all...

### Problem The Verify program project will soon move into the anzo tool suite. We don't have official docs on it yet. ### Summary of Changes Added docs for verify...

### Summary of Changes ## Title and Objectives - **Title and Objectives**: The title and objectives remain the same, but the updated version uses "native Rust" instead of "long-form Rust."...

superteam-lesson-updates

# Summary of Changes: Bump Seed Canonicalization ## Frontmatter - **Added** `keywords` and `tags` fields in the new version. - **Removed** `objectives` field in the new version. ## Summary Section...

superteam-lesson-updates

### Summary of Changes Fixed broken links Update grammar and styling Update high level steps for React Native Fixed terminology used as per Contributing guidelines [Unboxed PR](https://github.com/Unboxed-Software/solana-react-native-counter/pull/1)

superteam-lesson-updates

### Summary of Changes - Updated link to starter code from https://github.com/Unboxed/-Software/michael-burry-escrow To https://github.com/solana-developers/burry-escrow - Renamed escrowState to Escrow in the ts tests - Renamed VrfClientState to VrfClient - Corrected...

### Problem The documentation for the `getTokenAccountsByOwner` RPC method was incorrect, showing only one required parameter when two are actually required. This led to API errors when users omitted the...