This repository used to be a rewrite of an old Cli that can be found here. The progress we are making toward finishing the rewrite can be seen on this tracking issue.
However, we're also rewriting the server implementation now, which lives at fission-codes/fission-server
and the monorepo contains a new CLI implementation in its fission-cli/
directory.
This CLI allows a user to publish front-end webapps to IPFS and view it an easy way.
Take a look at our getting started page for more information.
Check out our contibuting guide for more info surrounding how to contribute to this project.
The only dependancy is Rust.
cargo run
or cargo build
if you want to build without running it
cargo test
or cargo test -- --nocapture
if you want to see the console outputs of the tests