Skip to content

Latest commit

 

History

History
145 lines (100 loc) · 8.91 KB

README.md

File metadata and controls

145 lines (100 loc) · 8.91 KB

Awesome Superteam Turkey IRL Hackathon Bootcamp Awesome

A curated list of resources to help you build awesome dApps on Solana.

Disclaimer: This community-maintained repo is designed for Solana Radar Hackathon participants and does not reflect the views of any official entity.

Contributing: Please read the Contributing guide. Thank you to all our contributors.

Contents

What is Solana Radar Hackathon

Superteam Turkey held a 2-day IRL hackathon bootcamp at Facebook Station in Istanbul from September 7-8. The goal was to support participants for the upcoming Radar Hackathon and kickstart their journey into building on Solana.

Participants were given hands-on training on the fundamentals of Solana, including topics such as Anchor Framework, Solana Program Library (SPL), and using Metaplex for NFTs. The event featured mentorship sessions, coding workshops, and real-world examples to help builders familiarize themselves with the tools needed to compete in the hackathon tracks.

Tracks

The Solana Radar Hackathon has several tracks for participants to focus on:

  1. DeFi & Payments
  2. NFTs & Collectibles
  3. Social and Content Protocols
  4. Governance
  5. Tooling and Infrastructure

This guide aims to provide resources for each track to help developers build robust applications on Solana.

Solana Development Resources

  • Solana Developer Documentation - Official documentation for developers to learn how to build on Solana.
  • Solana Cookbook - A developer resource for building on Solana, including code snippets and architecture explanations.
  • Anchor Framework - A framework for Solana's Sealevel runtime, providing several developer tools.
  • Solana Playground - A web-based IDE to deploy and interact with Solana programs in seconds.
  • Metaplex Docs - Documentation for building NFTs and marketplaces on Solana.

dApp Boilerplates and Code Examples

Here are some open-source examples you can use as references for building on Solana:

SDKs, APIs, and Tools

Jupiter

pyUSD

  • pyUSD Guide - Official SDK for integrating PayPal's pyUSD stablecoin into Solana dApps.

Solana Actions & Blinks

Reclaim Protocol

TipLink

DeFi and Payments

Here are some DeFi-related open-source projects that can be used as a base:

NFTs and Collectibles

These open-source projects will help you dive into NFTs on Solana:

  • SolSea - An open-source platform for minting, selling, and trading NFTs.
  • Holaplex - Another Solana-based NFT marketplace builder.
  • MilkToastLab - A helpful bot for Solana NFT projects.
  • Eliagoris - An open source example of Solana nft mint dApp.

Governance(DAO)

Governance-related open-source projects you can use:

  • Realms - A governance framework for DAOs on Solana.
  • Helium HIP Voting - A voting system for decentralized proposals.
  • SPL Governance - Official program for on-chain governance on Solana.

Social and Content Protocols

Social-related projects:

  • Access Protocol - A protocol for paywalled content using token staking on Solana.
  • Dialect - Messaging and notifications built on Solana.
  • Squads Protocol - A multi-signature protocol to help you collaborate on shared governance.

Tooling and Infrastructure

Expand your knowledge of Solana's tooling ecosystem:

License

Distributed under the BSD 3-Clause "New" or "Revised" License. See LICENSE for more information.