Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
 
 

creator-node

An Audius Content Node (previously known as Creator Node) maintains the availability of content on Audius's decentralized network. The information stored includes Audius user metadata, images, and audio content. The content is backed by either aws S3 or a local directory.

To blacklist content on an already running node:

  1. Export the keys delegatePrivateKey, creatorNodeEndpoint, and discoveryProviderEndpoint in your terminal
$ export delegatePrivateKey='your_private_key'
$ export creatorNodeEndpoint='http://the_creator_node_endpoint'
$ export discoveryProviderEndpoint='http://discovery_node_endpoint'
  1. Run the script scripts/updateContentBlacklist.sh. Refer to the script for usage!

For detailed instructions on how to develop on the service, please see The Wiki.