Wallet Attached Storage Uploader
wasup --help output:
# wasup
A tool that uploads to Wallet Attached Storage
Usage:
wasup <path/to/file> <space-url> [--identity ~/.ssh/space-controller-key]
wasup -h | --help
Options:
-h --help Show this screen.
-i --identity Path to the Ed25519 SSH key to use for authentication.
Generate an identity with `ssh-keygen -t ed25519`.wasup ./README.md $WAS/space/$SPACE/README.md --identity ~/.ssh/id_ed25519_was_testAfter you clone this git repoistory and do npm install,
then run npm link to set wasup on your shell PATH to be the script in your clone.
Run https://github.com/did-coop/wallet-attached-storage-server
Then e.g.
WAS=http://localhost:8080
ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519_was_test