2025-03-24 18:21:00 -04:00
|
|
|
# Distributed Secure File Exchange (dsfx)
|
2025-03-08 15:07:27 -05:00
|
|
|
|
2025-03-24 18:21:00 -04:00
|
|
|
> DSFX is a next generation data exchange designed to be user friendly and excessively secure.
|
2025-03-08 15:07:27 -05:00
|
|
|
|
2025-03-21 22:02:51 -04:00
|
|
|
## Documentation
|
2025-03-08 15:07:27 -05:00
|
|
|
|
2025-03-25 13:14:27 -04:00
|
|
|
- [dsfx standard docs](./docs/README.md)
|
2025-03-08 15:07:27 -05:00
|
|
|
|
2025-03-21 22:02:51 -04:00
|
|
|
## Start
|
2025-03-08 15:07:27 -05:00
|
|
|
|
2025-03-21 22:02:51 -04:00
|
|
|
```bash
|
|
|
|
# Run a server
|
2025-03-25 13:14:27 -04:00
|
|
|
go run numenor-labs.us/dsfx/cmd/dsfx@main
|
2025-03-21 22:02:51 -04:00
|
|
|
# serving: dsfx://0.0.0.0:8000#<ed25519_public_key>
|
2025-03-08 15:07:27 -05:00
|
|
|
|
2025-03-21 22:02:51 -04:00
|
|
|
# Get the client
|
2025-03-25 13:14:27 -04:00
|
|
|
go run numenor-labs.us/dsfx/cmd/dsfxctl@main test dsfx://0.0.0.0:8000#<ed25519_public_key>
|
2025-03-09 12:33:27 -04:00
|
|
|
```
|