Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rabnail-sol/solana-developer-resources
https://github.com/rabnail-sol/solana-developer-resources
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rabnail-sol/solana-developer-resources
- Owner: Rabnail-SOL
- Created: 2024-10-30T18:12:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T18:13:00.000Z (2 months ago)
- Last Synced: 2024-11-05T10:24:29.270Z (2 months ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Developer Resources
## :brain: Concepts
- [Solana Core Concepts](https://www.youtube.com/watch?v=4dNuMXBjpr0)
- [Solana 101](https://2501babe.github.io/posts/solana101.html)## :page_facing_up: Tutorials
- [Solana Cookbook](https://solanacookbook.com/)
- [Complete Guide to Full Stack Solana Development](https://dev.to/dabit3/the-complete-guide-to-full-stack-solana-development-with-react-anchor-rust-and-phantom-3291)
- [Programming on Solana: An Introduction](https://paulx.dev/blog/2021/01/14/programming-on-solana-an-introduction/)
- [Figment Solana Pathway](https://learn.figment.io/pathways/solana-pathway)
- [Solana Cookbook: TypeScript and Rust recipes](https://solanacookbook.com/)
- [SolDev](https://soldev.app/)## :tv: Videos
- [Intro to Solana Programming Mode](https://www.youtube.com/watch?v=7Iitv5tMOMY)
- [Figment Solana Learn Pathway](https://www.youtube.com/watch?v=0I8d0doTZuw)
- [Programming Solana Series](https://www.youtube.com/playlist?list=PL41Cw3fN3CfdbmhgxADwyDyIoDrxc22v2)## :woman_teacher: Courses
- [Programming on Solana: An Introduction](https://solhack.com/courses/programming-on-solana-an-introduction/)
- [Solana Security Audits](https://solhack.com/courses/solana-security-audit-workshop-by-solend/)
- [Solana Development Onboarding: An Action List](https://github.com/ilmoi/solana-onboarding)## :computer: Example Apps
- [Hello World Program](https://docs.solana.com/developing/on-chain-programs/examples#helloworld)
- [Create Mint and Transfer Tokens](https://github.com/solana-labs/solana-program-library/blob/master/token/js/examples/create_mint_and_transfer_tokens.js)
- [Get Account Info](https://github.com/solana-labs/solana-web3.js/blob/master/examples/get_account_info.js)
- [Sending SOL](https://github.com/solana-labs/solana-web3.js/blob/master/examples/send_sol.js)
- [TokenSwap | UniSwap clone](https://github.com/solana-labs/solana-program-library/tree/master/token-swap)## :hand: Hands-on Projects
- [buildspace: Ship an epic Web3 app on Solana with React and Rust](https://buildspace.so/learn-solana)## :hammer: Tools
- CLI
- [Solana CLI](https://docs.solana.com/cli/install-solana-cli-tools)
- [Solana SPL Token CLI](https://spl.solana.com/token)- SDKs
- [Solana web3 SDK](https://solana-labs.github.io/solana-web3.js/)
- [Quickstart Guide](https://github.com/solana-labs/solana/blob/master/docs/src/developing/clients/javascript-api.md)
- [Solana Rust SDK](https://docs.rs/solana-program/1.6.1/solana_program/index.html)- Frameworks and Boilerplates
- [Solana Labs dApp Scaffold](https://github.com/solana-labs/dapp-scaffold)
- [Thuglabs dApp Boilerplate](https://github.com/thuglabs/create-dapp-solana-nextjs)
- :anchor: Anchor
- [Anchor Book](https://book.anchor-lang.com/)
- [Getting Started with Anchor](https://project-serum.github.io/anchor/getting-started/introduction.html)
- [Programming Solana Smart Contracts | Intermediate](https://www.youtube.com/watch?v=i6Ycr5nhjH8)
- [Learning How to Build on Solana](https://www.brianfriel.xyz/learning-how-to-build-on-solana/)
- :tv: [Intro to Anchor](https://www.youtube.com/watch?v=FmdPAwsqJC4)
- :tv: [How to Anchor | Ignition Workshop](https://youtu.be/FmdPAwsqJC4)## :nerd_face: Languages
- TypeScript
- [Handbook](https://www.typescriptlang.org/docs/handbook/intro.html)
- [Docs](https://www.typescriptlang.org/docs/)- Rust
- [A Half Hour to Learn Rust](https://fasterthanli.me/articles/a-half-hour-to-learn-rust)
- [Advent of Code](https://fasterthanli.me/series/advent-of-code-2020)
- [Official Rust Book](https://doc.rust-lang.org/book/)
- [Rust by Example](https://doc.rust-lang.org/rust-by-example/)
- [How Rusty is Your Rust Lang Course](https://solhack.com/courses/how-rusty-is-your-rust-lang/)
- [Tour of Rust](https://tourofrust.com/)## :lock: Security
- [Awesome Solana Security](https://github.com/az0mb13/awesome-solana-security)## :framed_picture: NFTs
### :page_facing_up: Tutorials
- [How to Mint an NFT on Solana](https://www.quicknode.com/guides/web3-sdks/how-to-mint-an-nft-on-solana)### :computer: Example Apps and Code
- [Candy-Machine-Mint (React App)](https://github.com/exiled-apes/candy-machine-mint)
- [Displaying NFTs](https://gist.github.com/creativedrewy/9bce794ff278aae23b64e6dc8f10e906)## :hand: Hands-on Projects
- [buildspace: Ship your own custom NFT collection on Solana](https://buildspace.so/solana-nfts)## :hammer: Tools
- Metaplex
- [Docs](https://docs.metaplex.com/)
- [Token Metadata](https://github.com/metaplex-foundation/metaplex/blob/b57a335552bd00b3e2e6c41ca7aa6a3ec0c689bf/rust/token-metadata/program/README.md)
- [Metaplex Metadata Standard](https://medium.com/metaplex/metaplex-metadata-standard-45af3d04b541)
- [Metaplex Architecture & Developer Guide](https://medium.com/metaplex/metaplex-architecture-b94a64c37130)
- [Airdrops with Gumdrop](https://docs.metaplex.com/guides/airdrops)
- Candy Machine
- [Docs](https://docs.metaplex.com/programs/candy-machine/)
- [Using Candy-Machine](https://hackmd.io/@levicook/HJcDneEWF)
- [How to Mint an NFT on Solana Using Candy Machine](https://www.quicknode.com/guides/web3-sdks/how-to-mint-an-nft-on-solana-using-candy-machine)### :tv: Videos
- [NFT/Metaplex | Ignition Workshop](https://youtu.be/GqXu8MfdEG4)## Discords you should join
- [Solana](https://discord.gg/solana)
- [Metaplex](https://discord.com/invite/metaplex)
- [Anchor](https://discord.gg/yT52Fm6m)
- [Anchor/Rust Study Group](https://discord.gg/kWQwSthe)
- [Developer DAO](https://discord.gg/zXb4WjcB)
- [buildspace](https://discord.gg/hcUYzFpJ)