mirror of
https://git.numenor-labs.us/dsfx.git
synced 2025-04-29 16:20:34 +00:00
21 lines
486 B
Markdown
21 lines
486 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/dsfx@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>
|
|
```
|