forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 271
Learning Blockchain, Crypto, and Solana
Brooks Prumo edited this page Apr 12, 2021
·
5 revisions
Understanding Solana benefits from an understanding of Blockchain and Cryptocurrency in general. Here are resources to help!
Many videos on learning Crypto in general, plus extensive articles/readings further down on the page.
Writing smart contracts (programs) is a core concept of Solana. This page shows how to setup and write a program that runs on Solana.
This README is specific to a hackathon, but it does contain a bunch of resources/links for getting started with Solana.
The Solana Docs
The Solana docs themselves are a good resource to learn about Solana. Presented more as a reference.
- General
- Feature Gates
- Technical
- Policy
- Schedule
- Migration
- Restart Instructions