Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x1100010010/awesome-solana
Solana Resources Library
https://github.com/0x1100010010/awesome-solana
List: awesome-solana
awesome-list awesome-solana solana solana-documentation solana-resources
Last synced: 16 days ago
JSON representation
Solana Resources Library
- Host: GitHub
- URL: https://github.com/0x1100010010/awesome-solana
- Owner: 0x1100010010
- License: mit
- Created: 2021-12-24T12:06:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T20:39:19.000Z (over 1 year ago)
- Last Synced: 2024-05-20T05:38:14.284Z (7 months ago)
- Topics: awesome-list, awesome-solana, solana, solana-documentation, solana-resources
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-solana - Solana Resources Library. (Other Lists / Monkey C Lists)
README
Awesome Solana
A curated list of awesome resources for people looking to build on Solana## Network Stats
- [Solana Explorer](https://explorer.solana.com/)
- [Solana Beach](https://solanabeach.io/)
- [Validators.app](https://www.validators.app/)## Resources
### Official Resources
- [Website](https://solana.com)
- [Developer Discord](https://discord.com/invite/pquxPsq)
- [Solhack Discord](https://discord.com/invite/9NsCEDAxFa)
- [Official Documentation](https://docs.solana.com)
- [Company Github](https://github.com/solana-labs)
- [Solana Forum](https://forums.solana.com)
- [Podcast](https://podcast.solana.com/)
- [Youtube](https://www.youtube.com/c/Solanalabs)
- [Blog](https://medium.com/solana-labs)
- [Twitter](https://twitter.com/solana)
- [Meetups](https://www.meetup.com/topics/solana)
- [Solana Community](https://solana.com/community#)
- [Solana Ecosystem](https://solana.com/community#)
- [Solana Termanologies](https://docs.solana.com/terminology)
- [Solana Program Library](https://spl.solana.com/)#### Podcast appearances
- [Coingecko Ep. 20](https://podcast.coingecko.com/719703/5526409-building-the-fastest-lowest-latency-blockchain-with-anatoly-yakovenko-founder-and-ceo-at-solana-ep-20?utm_source=twitter&utm_campaign=Podcast%2B&utm_medium=social&utm_term=20&0=)
- [The Blockchain Debate Podcast Ep. 12](https://www.buzzsprout.com/767033/4648859-motion-scalability-is-impossible-without-sharding-and-layer-2-solutions-georgios-konstantopoulos-vs-anatoly-yakovenko-cohost-tarun-chitra)
- [The FTX Podcast](https://youtu.be/y5RYRVeN-C4)
- [Chorus One Podcast Ep. 16](https://www.stitcher.com/podcast/chorus-one-podcast/e/64417309?autoplay=false)
- [The Bitcoin Podcast Network - Hashing it out Ep. 61](https://www.stitcher.com/podcast/the-bitcoin-podcast/e/64176232)
- [Unchained Podcast - October 6, 2020](https://unchainedpodcast.com/can-solana-seize-marketshare-from-ethereum-with-serum/)
- [The Erica Show Ep. 5](https://youtu.be/wYCZBG9JXVk)#### Tutorials & Projects
- [Break Solana](https://github.com/solana-labs/break)
- [Hello World](https://github.com/solana-labs/example-helloworld)
- [Token Swap (Advanced)](https://github.com/solana-labs/solana-program-library/tree/master/token-swap)#### Developer Tooling
- [SPL Token UI](https://spl-token-ui.com) for general token management on all clusters
- [Sollet.io](https://sollet.io) allows you to request airdops and mint test tokens where allowed
- [Phantom Wallet](https://phantom.app/) Solana wallet extention with excelent development support.#### Libraries & Frameworks
- [Anchor](https://github.com/project-serum/anchor)
- [SolanaJ](https://github.com/p2p-org/solanaj)
- [SolanaGo](https://github.com/gagliardetto/solana-go)
- [Solana C#](https://github.com/bmresearch/Solnet)
- [Solnet](https://github.com/bmresearch/Solnet)
- [Solana Python](https://pypi.org/project/solana/)
- [Solana Dart Flutter](https://github.com/cryptoplease/dart-solana-lib)
- [Solana Swift](https://github.com/ajamaica/Solana.Swift)
- [Solana Kotlin](https://github.com/ajamaica/Solana.kt)#### API Docs
- [Solana Web3js Docs](https://solana-labs.github.io/solana-web3.js)
- [Solana Wallet Adopter Docs](https://solana-labs.github.io/wallet-adapter/)#### Anchor docs
- [Anchor Docs](https://project-serum.github.io/anchor/getting-started/introduction.html)
- [Anchor-lang Create Docs](https://docs.rs/anchor-lang/latest/anchor_lang/)#### Tutorials & Projects (SPL)
- [Introduction to Anchor](https://youtu.be/725ddOvfWjk)
- [Programming on Solana - An Introduction](https://paulx.dev/blog/2021/01/14/programming-on-solana-an-introduction/)
- [Voting App](https://medium.com/@smith_10562/a-simple-solana-dapp-tutorial-6dedbdf65444)
- [Solana File Upload](https://github.com/mcf-rocks/solana-upload)
- [SPL Token UI Repo](https://github.com/paul-schaaf/spl-token-ui)
- [Learn How To Build on Solana](https://www.brianfriel.xyz/learning-how-to-build-on-solana/)#### NFTs
- [Metaplex Official Site](https://www.metaplex.com/) Solana NFT standard
- [Metaplex Github](https://github.com/metaplex-foundation/metaplex)
- [Metaplex Docs](https://docs.metaplex.com/)
- [Metaplex Program Library](https://github.com/metaplex-foundation/metaplex-program-library)
- [Metaplex Community Docs](https://docs.metaplex.com/community) A list of very useful NFT resources on Solana.#### Community Resources (METAPLEX)
- [Solana and Metaplex FAQ](https://hackmd.io/@archaeopteryx/By4bpbA4F) Very detailed index of the community posts and tutorials. Includes FAQs.
- [A Starter Kit for New Solana Developer](https://hackmd.io/@ironaddicteddog/solana-starter-kit)
- [Metaplex Candy Machine](https://hackmd.io/@levicook/HJcDneEWF)
- [Beginer Guide: Generative NFT Series on Solana](https://hackmd.io/@8LSEewFFQ2OwXMjUKZP-pA/BJYh8FU7F)
- [Solana NFTs: Everything you need](https://hackmd.io/@hnbl/hector)