dsfx/README.md

21 lines
490 B
Markdown

# dsfx
> Distributed Secure File Exchange
_DSFX is a next generation file exchange that that liberates users from big tech._
## Documentation
- [dsfx standard docs](https://koti.casa/numenor-labs/dsfx/src/branch/main/docs)
## Start
```bash
# Run a server
go run koti.casa/numenor-labs/dsfx/cmd/dsfxnode@latest
# serving: dsfx://0.0.0.0:8000#<ed25519_public_key>
# Get the client
go run koti.casa/numenor-labs/dsfx/cmd/dsfxctl@latest test dsfx://0.0.0.0:8000#<ed25519_public_key>
```