Setting up the light client
With Handshake, you're able to run your own SPV node using HNSD to trustlessly resolve Handshake names without having to run a full-node.
Using Docker
docker run -d --name hnsd --restart always -p 53:53/udp namebasehq/hnsd "/opt/hnsd/dist/hnsd" -p 4 -r 0.0.0.0:53Install from Source Code
Coming Soon: Install from pre-built binaries
OSX
Windows
Linux
Last updated
Was this helpful?