# sdk-tutorials **Repository Path**: jjhoc/sdk-tutorials ## Basic Information - **Project Name**: sdk-tutorials - **Description**: issue a new chain - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-12 - **Last Updated**: 2024-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tutorials for the Cosmos SDK !["Greetings Cosmonauts"](./hellochain/space.png) _[The code for these tutorials (and this site) can be found here on Github](https://www.github.com/cosmos/sdk-tutorials)_ ## Prerequisites After a quick [Development Environment Setup](SETUP.md), you're ready to select a tutorial from the list below. ## [Nameservice](./nameservice/tutorial/00-intro.md) The real deal, full-length tutorial in which you will build a fully functional naming service on a blockchain. This tutorial does not use the `starter` package, rather you will be configuring and composing a full application yourself. The nameservice tutorial also has translations and a slide deck. #### [Live Testnet](https://talkshop.name) #### [Slides](https://docs.google.com/presentation/d/1aCMAdkVY-gfgnGNPTygwVk3o68czPQ_VYfvdMy9Ek5Q/edit?usp=sharing) Translations: - [中文](./nameservice/README_cn.md) ### ## [Scavenge](./scavenge/tutorial/01-background.md) A scavenger hunt of sorts! Users post questions with hashed answers and bounties for whoever can solve them using a commit-reveal scheme that prevents front-running. #### [Slides](https://docs.google.com/presentation/d/1UG_Zi2FxMSWTmRBFhc4exXlJssAPasTq28cpTCHX2Ks/edit?usp=sharing)