1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 19:42:51 +01:00

Add Solana content (#2601)

This commit is contained in:
Kaivalya Vanguri 2022-10-21 21:00:32 +05:30 committed by GitHub
parent 1d3a017873
commit 50fae02d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,4 +4,7 @@ Solana is a public blockchain platform with smart contract functionality. Its na
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://cointelegraph.com/news/what-is-solana-and-how-does-it-work'>What is Solana, and how does it work?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://solana.com/news/getting-started-with-solana-development'>Beginner's Guide To Solana</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://docs.solana.com/introduction'>Solana Introduction</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://docs.solana.com/cluster/overview'>Solana Architecture</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://beta.solpg.io/?utm_source=solana.com'>Start Building Solana!</BadgeLink>