2
0
mirror of https://git.numenor-labs.us/dsfx.git synced 2025-05-08 11:30:34 +00:00
dsfx/README.md

449 B

Distributed Secure File Exchange (dsfx)

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

Documentation

Start

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

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