dsfx/README.md

21 lines
492 B
Markdown
Raw Normal View History

2025-03-21 22:02:51 -04:00
# dsfx
2025-03-08 15:07:27 -05:00
2025-03-21 22:02:51 -04:00
> Distributed Secure File Exchange
2025-03-08 15:07:27 -05:00
2025-03-21 22:02:51 -04:00
_DSFX is a next generation file exchange that that liberates users from big tech._
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
```