dsfx/README.md

19 lines
503 B
Markdown
Raw Normal View History

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-23 09:14:00 -04:00
- [dsfx standard docs](https://koti.casa/numenor-labs/dsfx/src/branch/main/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
go run koti.casa/numenor-labs/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
go run koti.casa/numenor-labs/dsfx/cmd/dsfxctl@main test dsfx://0.0.0.0:8000#<ed25519_public_key>
2025-03-09 12:33:27 -04:00
```