Open
Conversation
- Creates a helia directory on startup, the location is dependant on your operating system - Helia CLI - `helia daemon` starts a node with an RPC-over-libp2p server - `helia status` tells you if the daemon is running or not - `helia info` prints out node information online or offline - `helia rpc users` lists users allowed to use the rpc server (defaults to the current user) - `helia rpc useradd` allows a new user to use the rpc server - `helia rpc rmuser` removes a user from the rpc server - Unixfs CLI - `unixfs add` adds a file or folder of files - `unixfs cat` cats a file - `unixfs stat` prints unixfs stats about a dag
achingbrain
added a commit
to ipfs/helia
that referenced
this pull request
Feb 13, 2023
- Adds modules for a core library, the interface it implements and an interop suite. UnixFS support is here: ipfs/helia-unixfs#1, IPNS is here: ipfs/helia-ipns#1 and I've pulled the CLI/RPC parts out to here: ipfs/helia-cli#1 --------- Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
Member
|
Helia WG 2024-10-10: the general idea: not to have a kitchen-sink impl.. expose blockstore and basic helia operations for getting/putting content. RPC needs fleshed out more as a basic skeleton that can be used to add more RPC commands |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
helia daemonstarts a node with an RPC-over-libp2p serverhelia statustells you if the daemon is running or nothelia rpc userslists users allowed to use the rpc server (defaults to the current user)helia rpc useraddallows a new user to use the rpc serverhelia rpc rmuserremoves a user from the rpc serverunixfs addadds a file or folder of filesunixfs catcats a fileunixfs statprints unixfs stats about a dagipns publishpublishes a CID under an IPNS nameipns resolveresolves an IPNS name to a CID