Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dharniel45/awesome-solana-development-resources

This is a curated list of amazing resources to kickstart your Solana development Journey
https://github.com/dharniel45/awesome-solana-development-resources

List: awesome-solana-development-resources

Last synced: about 1 month ago
JSON representation

This is a curated list of amazing resources to kickstart your Solana development Journey

Awesome Lists containing this project

README

        



This is a curated list of amazing resources to kickstart your Solana development Journey

## Overview

The Solana Blockchain is one of the most talked-about technologies in the world right now. The demand for blockchain platform apps is also growing by the day, and as a result, blockchain solutions like Solana are growing at an amazing rate.

The Solana team has created a formidable technological approach to DeFi and NFTs, attracting a large number of programmers to incorporate Solana into their projects. Solana is known for its efficient design, fast transaction speeds, and less crowded developer environment with thousands of projects spanning DeFi, NFTs, Web3, and more.

## Outline

- [Overview](#overview)
- [Outline](#outline)
- [Tools](#tools)
- [Resources](#resources)
- [Communities](#communities)
- [Articles](#articles)
- [Books](#books)
- [Courses](#courses)
- [Videos](#videos)
- [Valuable Repositories](#valuable-repositories)
- [Bootcamps](#bootcamps)
- [Job Boards](#job-boards)

## Tools

- [Rust](https://www.rust-lang.org/) ~ The vast majority of Solana programs are written in Rust. Rust is an open-source, high-performance, statically typed, and memory-efficient programming language. It enables developers to "write faster and more reliable software" while easily controlling low-level details such as memory.
- [Anchor](https://www.anchor-lang.com/) ~ Anchor is a framework for developing secure Solana applications. It abstracts away from the low level account construction, the packing and unpacking, and the altering of the Solana program's interfaces.
- [Arweave](https://www.arweave.org/) ~ Arweave is a decentralized, cryptographically validated permanent archive based on a cryptocurrency that seeks to deliver practical data permanence for the first time. Arweave eliminates the requirement for Solana validators to run full nodes by giving instant access to past Solana data. I am a fan of Arweave as I store my data permanently in total privacy.
- [Metaplex](https://docs.metaplex.com/?utm_source=solana.com) ~ Metaplex is a Solana-powered protocol that enables the creation and minting of non-fungible tokens, as well as auctions and the visualisation of NFTs.
- [Alchemy Supernode](https://www.alchemy.com/supernode) ~ Alchemy's Supernode provides a fully developed suite of APIs for interacting with the blockchain and getting critical blockchain data.
- [Phantom](https://phantom.app/) ~ Phantom is a wallet to store, buy, send, manage digital assets, and access decentralized applications on the Solana blockchain.

## Resources

- [Solana Docs](https://docs.solana.com/)
- [Solana CookBook](https://solanacookbook.com/#contributing)
- [Learn Anchor](https://book.anchor-lang.com/)
- [Solana CLI](https://docs.solana.com/cli/install-solana-cli-tools)
- [Solana Explorer](https://explorer.solana.com/)
- [Solana Playground](https://beta.solpg.io/)
- [Solana Web3.js](https://solana-labs.github.io/solana-web3.js/)
- [Wallet-Adapter](https://github.com/solana-labs/wallet-adapter)

## Communities

Joining a community is a good way of contributing to the ecosystem, collaborating with other builders, and asking for constructive feedback on your work. Here are some communities I recommend you join.

- [Anchor community](https://discord.com/invite/ZCHmqvXgDw)
- [Buildspace Community](https://discord.com/invite/buildspace)
- [Sol Dev](https://soldev.app/?utm_source=solana.com)
- [Web3Afrika](https://discord.com/invite/e5AdPW3F)
- [Solana Community](https://solana.com/community)

## Articles

- [Complete Guide to Full-stack Solana development]() ~ I recommend this article as it is the most comprehensive and helpful article for full-stack Anchor development. It covers anchor development, Solana programs, and also frontend integrations.
- [BUIDL a Solana program](https://blog.mwrites.xyz/your-first-solana-program)
- [How to Airdrop Solana NFTs](https://www.alchemy.com/overviews/how-to-airdrop-solana-nfts)
- [Programming on Solana](https://paulx.dev/blog/2021/01/14/programming-on-solana-an-introduction/)
- [Introduction to Solana EVM by Alchemy](https://www.alchemy.com/overviews/solana-evm)

## Books

- [Rust book](https://doc.rust-lang.org/book/)
- [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/)
- [The Cargo Book](https://doc.rust-lang.org/cargo/)
- [A Gentle Introduction to Rust](https://stevedonovan.github.io/rust-gentle-intro/)

## Courses

- [Intro to Solana by Buildspace](https://buildspace.so/learn-solana)
- [Solana Blockchain Developer Foundation - Rust and Typescript](https://www.udemy.com/course/solana-blockchain-developer/) ~ This paid Udemy course teaches you to Solana blockchain fundamentals, how to interact with code, Solana programs and also how to mint NFTs with Solana and Arweave.
- [Solana development course](https://soldev.app/course)

## Videos

- [Rust Programming Course for Beginners by freeCodeCamp](https://www.youtube.com/watch?v=MsocPEZBd-M&t=3s)
- [Solana Official Channel](https://www.youtube.com/channel/UC9AdQPUe4BdVJ8M9X7wxHUA)
- [Building Smart Contracts With Solana and Rust Lang](https://www.youtube.com/watch?v=gA7hFdq2h9Q)
- [Let's Get Rusty Playlist](https://www.youtube.com/playlist?list=PLai5B987bZ9CoVR-QEIN9foz4QCJ0H2Y8)
- [Rust Crash Course Tutorial for Solana](https://youtu.be/-AAtfPHEMbA)

## Valuable Repositories

- [Awesome Solana NFTs](https://github.com/ilmoi/awesome-solana-nfts)
- [Jet Labs](https://github.com/ilmoi/awesome-solana-nfts)
- [Synthentify](https://github.com/Synthetify/synthetify-protocol)

## Bootcamps

- [Encode Solana Bootcamp](https://www.encode.club/solana-bootcamp) ~ currently open [Apply here](https://encodeclub.typeform.com/solana-boot-app?typeform-source=t.co)
- [Metana](https://metana.io/web3-0-bootcamp/) ~ A 4-month online blockchain Bootcamp that will teach you the fundamentals of blockchain, Solana, Rust, DeFi, and smart contracts.
- The Solana development Bootcamp by [Chainlink](https://chain.link/bootcamp/solana-2022) ~ This Bootcamp is designed to help in mastering the fundamentals of Solana smart contract development.

## Job Boards

- [Solana Ecosystem Jobs](https://jobs.solana.com/jobs)
- [Web3 Jobs](https://web3.career/solana-jobs)
- [Jobs at Solana](https://boards.greenhouse.io/solana)

##

Made with ❤️ by Daniel Idowu


Published here first