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

Commits on Feb 2, 2023

  1. feat: intial implementation

    - 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 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e799dff View commit details
    Browse the repository at this point in the history
  2. chore: rename dir

    achingbrain committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    36861a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    6f68b59 View commit details
    Browse the repository at this point in the history