# Distributed Secure File Exchange (dsfx)

> DSFX is a next generation data exchange designed to be user friendly and excessively secure.

## Documentation

- [dsfx standard docs](https://koti.casa/numenor-labs/dsfx/src/branch/main/docs/README.md)

## Start

```bash
# Run a server
go run koti.casa/numenor-labs/dsfx/cmd/dsfx@main
# serving: dsfx://0.0.0.0:8000#<ed25519_public_key>

# Get the client
go run koti.casa/numenor-labs/dsfx/cmd/dsfxctl@main test dsfx://0.0.0.0:8000#<ed25519_public_key>
```