fission-codes / fission-cli

Rewrite it in Rust 🦀
Apache License 2.0
1 stars 1 forks source link

Add setup command #9

Open bgins opened 1 year ago

bgins commented 1 year ago

Summary

Problem

The current implementation of CLI does not have a Rust native setup command.

Impact

We rely on the wrapped CLI for this command. Let's re-write this! 🦀

We also have a bit of a bootstrapping problem. To use the wrapped CLI, a user must already have the existing CLI installed and available on their path.

Solution

Rewrite the fission setup command in Rust.

Tasks will at least include:

Considerations

We should already have the ability to communicate with local IPFS daemon using the HTTP RPC API.