Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 27 additions & 12 deletions docs/docs/developers/introduction/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Audius Protocol Documentation

<!-- TODO: when ready, add `npx create-audius-app` code block for rapid start -->

## Use the Javascript SDK
## 🧰 Use the Javascript SDK

> Interact with music and accounts using the JavascriptSDK.

Expand All @@ -20,25 +20,40 @@ description: Audius Protocol Documentation

---

## Log in With Audius
## 📤 Use the REST API

- [Quickstart](/developers/guides/log-in-with-audius) - Log In with Audius to retrieve a user's
Audius profile information and optionally get permission to perform actions on their behalf.
- [Demo Apps](/developers/guides/log-in-with-audius#examples) - Log In examples using React or
vanilla JS, and a convenient button generator to get started.
> Get read-only access using the RESTful API.

- [Full API Reference](/api) - Query, stream, and search for tracks, users & playlists across the
network.
- [Explore the API with Postman](https://www.postman.com/samgutentag/workspace/audius-devs/collection/17755266-71da9172-77a7-427f-8ab5-1ce58f929ff5?action=share&creator=17755266) -
Explore the Audius API with Postman.

---

## Use the REST API
## 🧑‍💻 Getting Help & Reporting Bugs

> Get read-only access using the RESTful API.
> Join the developer community, get direct support, and file issues.

- [Full API Reference](/api) - Query, stream, and search for tracks, users & playlists across the
network.
- [Developer Discord](https://discord.com/invite/audius) - Join the community and head to the
**Developers** section
- [Get one on one support](https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ1IRk54J0XtTCavF8PbFSIxbaHX5tnybxKFLqEPvAXWYMgqNN9D9a6iFa_p6zCfTXsPbK8zIkKU) -
Book a meeting with Developer Relations.
- [Report a bug or make a feature request](https://github.com/AudiusProject/audius-protocol/issues/new/choose) -
Better yet, see a bug you have a fix for? Open a PR!

---

## 🔐 Log in With Audius

- [Quickstart](/developers/guides/log-in-with-audius) - Log In with Audius to retrieve a user's
Audius profile information and optionally get permission to perform actions on their behalf.
- [Demo Apps](/developers/guides/log-in-with-audius#examples) - Log In examples using React or
vanilla JS, and a convenient button generator to get started.

---

## Hedgehog
## 🦔 Hedgehog

> Hedgehog is an open-source, client-side Ethereum wallet that aims to lower the barrier of entry to
> crypto projects by using a username and password.
Expand All @@ -51,7 +66,7 @@ description: Audius Protocol Documentation

---

## Audius on The Graph
## Audius on The Graph

> Explore on-chain governance using
> [The Graph](https://thegraph.com/docs/about/introduction#what-the-graph-is).
Expand Down