issues
search
myelnet
/
rust-pop
Rust implementation of a Myel point of presence
1
stars
0
forks
source link
feat: cli wrapper around pop
#24
Closed
alexander-camuto
closed
2 years ago
alexander-camuto
commented
2 years ago
simple
start
and
add
file commands for cli using 'clap' crate.
commands other than
start
are triggered via a 'warp' crate API.
API begins serving if and only if 'pop' is built with the native flag.
add
triggers an async routine to load a locally accessible file to bytes and pushes to DAG / BlockStore.
output of commands are logged both on the daemon side and on std output of client triggering the command.
resolves #16
start
andadd
file commands for cli using 'clap' crate.start
are triggered via a 'warp' crate API.add
triggers an async routine to load a locally accessible file to bytes and pushes to DAG / BlockStore.