└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # 🛠️ Build on Stellar 2 | 3 | Have questions? Find [Tyler](https://keybase.io/tyvdh) on Keybase. You can also join the [Stellar Keybase team](https://keybase.io/team/stellar.public) to bounce your ideas off of the community. 4 | 5 | ## Get Started 6 | 7 | [**Intro to Stellar**](https://stellar.org/learn/intro-to-stellar) - Need a refresher on what Stellar is and what it's for? Check out this quick explainer. 8 | 9 | [**Stellar Lumens**](https://stellar.org/lumens) - You'll no doubt discover lumens while building on Stellar and you might even win some at the end of the hackathon. This should help you wrap your head around what they are. 10 | 11 | [**Stellar App Boilerplate**](https://github.com/tyvdh/hack-stellar) - Get up and running building Stellar apps faster than ⚡️ Usain Bolt ⚡️ 12 | 13 | ## Developer Resources 14 | 15 | ### Documentation 16 | 17 | [**Stellar Documentation**](https://developers.stellar.org/docs/) - Quickest way to get started. 18 | 19 | [**Horizon API Reference Overview**](https://developers.stellar.org/api) - You'll be using the Horizon API a lot. Here's an overview of Horizon endpoints and how to use them. 20 | - Tip: You'll be using [https://horizon-testnet.stellar.org/](https://horizon-testnet.stellar.org/) 21 | 22 | You can also check out [Awesome Stellar](https://github.com/stellar/awesome-stellar): a curated list of Stellar applications, blog posts, educational resources, tools, and more. 23 | 24 | ### Tools 25 | [**Stellar Laboratory**](https://www.stellar.org/laboratory/) - The Stellar Laboratory is a set of tools that enables people to try out and learn about the Stellar network. The laboratory can build transactions, sign them, and submit them to the network. It can also make requests to any of the Horizon endpoints. 26 | 27 | [**Stellar Expert**](https://stellar.expert/explorer/public) - Block explorer and analytics platform for Stellar Network. Find information about accounts you create, transaction you submit to the network, and more. 28 | 29 | [**JavaScript Stellar SDK**](https://github.com/stellar/js-stellar-sdk) - Here's the Github repo for the JS Stellar SDK. It contains some documentation and reference examples that should help you get started. 30 | 31 | [**Python Stellar SDK**](https://github.com/StellarCN/py-stellar-base) - Here's the Github repo for the Python Stellar SDK. It contains some documentation and reference examples that should help you get started. 32 | 33 | [**Create Stellar Token (JS)**](https://github.com/msfeldstein/create-stellar-token) - A script that allows you to quickly create a Stellar token on testnet. 34 | 35 | [**Create Stellar Token + Orderbook (Python)**](https://github.com/stellar/stellar-asset-issuer-script) - A script that allows you to quickly create a Stellar token and a market for your token on testnet. 36 | 37 | ## Previous Hackathons & Stellar Community Fund 38 | 39 | Find the winners of the HackNYU 2020 Stellar prizes [here](https://hacknyu-2020.devpost.com/submissions/search?utf8=%E2%9C%93&prize_filter%5Bprizes%5D%5B%5D=35771). 40 | 41 | Find the winners of the Gitcoin NYBW Hackathon Stellar prizes [here](https://github.com/stellar/hackathon-get-started/issues/1#issuecomment-635503405). 42 | 43 | **Stellar Community Fund** - The Stellar Community Fund gives people all over the world a chance to kickstart their Stellar-based projects and connect to the thriving Stellar community. You can road test ideas, get real feedback from developers and potential users, and win funding to allow you to pursue your vision. It's a rare opportunity to win rewards — no strings attached — for dreaming big. [Find more info here.](https://communityfund.stellar.org/) 44 | --------------------------------------------------------------------------------