Building on Solana

I’ve been learning more about the Solana Ecosystem and pulling together resources that could be helpful to folks that are starting to build on Solana.

Solana uses a language called Rust which is used at companies like Dropbox, Yelp, and Mozilla. Rust is a powerful language but many teams (and engineers) particularly in emerging markets (like Africa) often don’t know where to start as the documentation and tooling on Rust for Solana is still early.

The common feedback from experienced Solana developers is to write Anchor, not core Solana as you’ll reduce boilerplate code by an order of magnitude, and get stronger security guarantees out of the box. A lot of common FAQs also live in the Anchor Discord so be sure to search there in addition to other sources.

Here are some helpful resources to get you started:

Getting Started Guides

Developer Docs

Metaplex (For NFTs)

Metaplex is a self hosted platform for launching NFTs on Solana. Over 2M NFTs have been minted so far using Metaplex.

Note: I ran this by a few experienced developers on Solana, but it’s all changing super fast and most learning happens live, with other people. join the Anchor Discord and the Solana Discord.

Leave a comment