Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 895 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 895 Bytes

ipns-publisher-api

An IPNS record publisher with a REST API to manage and provide (over pubsub and DHT) the records for decentralised resolution. The API also manages the keys.

In other words, a full Helia IPFS node with a custom REST API for managing and publishing IPNS names. You can run this if you want to publish multiple IPNS names and have an easy API to manage them. If deploying this publicly, consider adding an auth layer!

WIP.

Intended to show how to pick and choose specific IPFS subsystem for a given problem.