Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.4 KB

dev-overview.md

File metadata and controls

51 lines (39 loc) · 2.4 KB
title excerpt deprecated hidden metadata next
👋 Dev Overview
For developers who want to build on our protocol.
false
false
title description robots
index
description

If you're a developer, here is everything you need:

📘 Can't find something?

Ask the writer of our docs on Telegram for help: @jacobmtucker

View all testnet block & transaction data on Story. View testnet transaction data specifically related to IP interactions like registering, licensing, etc. Start building on Story quickly.

SDK

Check out the following resources to learn the SDK:

  • SDK Reference - view the entire SDK reference with detailed explanations and examples for each function (includes working code so you can jump right to coding)
  • 🛠️ TypeScript SDK Guide - a detailed, step-by-step walkthrough of how to set up and implement the most popular uses of the SDK (register IP, attach terms, register derivative, etc) (includes working code so you can jump right to coding)
  • 📘 Tutorials - more specific, external topics/tutorials that may be popular questions, like "How do I register music on Story?", "How do I implement wallet-less onboarding with the SDK?", etc (includes working code so you can jump right to coding)

Smart Contracts

Check out the following resources to learn the protocol:

  • ⚙️ Smart Contract Guide - a walkthrough of how to set up and implement the most popular uses of the protocol (includes working code so you can jump right to coding)
  • Deployed Smart Contracts - all the deployed protocol addresses
  • 📘 Tutorials - includes tutorials that cover more specific topics, like registering music, registering AI-generated images, etc (includes working code so you can jump right to coding)

API

View our API Reference.