Skip to content

Audius gives everyone the freedom to share, monetize, and listen to any audio content.

License

Notifications You must be signed in to change notification settings

rbmdotdev/audius-protocol

 
 

Repository files navigation


audius-protocol

CircleCI

Audius is a decentralized, community-owned music-sharing protocol and app. It provides a censorship-resistant alternative to SoundCloud that helps artists distribute anything they want directly to fans, creating a unique and differentiated catalog. The mission of the project is to give everyone the freedom to share, monetize, and listen to any audio.

This repository encompasses all of the services, contracts, and client-side libraries that comprise the Audius protocol.

For a more detailed overview of how Audius works, how these components interact with one another, how to run an off-chain service, and more, see the Audius protocol wiki for more details.

Install

The Audius protocol has many moving pieces, on-chain and off-chain. Refer to the installation and usage instructions for any of the sub-components of the Audius protocol:

Audius Services

These off-chain services are run by community members via the Audius staking system:

Service Description
creator-node Maintains the availability of users' content on IPFS including user metadata, images, and audio content
discovery-provider Indexes and stores the contents of the audius contracts on the ethereum blockchain for clients to query via an API
identity-service Stores encrypted auth ciphertexts, does Twitter oauth and relays transactions on behalf of users

Audius Smart Contracts

The independent sets of smart contracts that underpin the Audius protocol:

Contracts Description
contracts The POA network smart contracts for the Audius protocol, encompassing user account, content listing, and content interaction functionality
eth-contracts The ethereum smart contracts that run the Audius protocol, encompassing the Audius ERC20 token and functionality for staking, off-chain service registration / lookup, and governance

Audius Client Libraries

Client-side libraries to provide a unified interface for interacting with the entire Audius protocol:

Library Description
libs A complete javascript interface to the Audius smart contracts and Audius services: Identity Service, Discovery Provider, Creator Node

Audius Tools & Tests

Packages for developers to run and test Audius

Library Description
service-commands Tooling to run an entire instance of Audius locally with all dependencies
mad-dog A system level test suite and tests for Audius

Usage

Refer to the READMEs of the various Audius components listed above for specific usage instructions!

Contributing

We welcome contributions to Audius from anyone who opens a PR. Feel free to reach out to our team on Discord or via other channels for feedback and/or support!

Security

Please report security issues to security@audius.co with a description of the vulnerability and any steps to reproduce. We have bounties available for issues reported via responsible disclosure!

License

Apache 2.0: LICENSE file

About

Audius gives everyone the freedom to share, monetize, and listen to any audio content.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.8%
  • Python 33.4%
  • Solidity 7.0%
  • Rust 6.7%
  • HTML 1.1%
  • Shell 0.8%
  • Other 0.2%