Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: intial implementation #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented Feb 2, 2023

  • 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 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
  • IPNS CLI
    • ipns publish publishes a CID under an IPNS name
    • ipns resolve resolves an IPNS name to a CID

- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant