4 Usage
This page assumes that you have installed synthclient and signed up, so that you now have a synth token (.st).
If you have installed the synthclient binary locally, you can run these commands:
echo "your passphrase here" > token.passphrase
synthclient --port 8080 \
--token-file token.st \
--keypair-file token.priv \
--keypair-passphrase-file token.passphrase &Here, token.st and token.priv are the files you downloaded in Section 3.3 and the passphrase is the passphrase B you picked for this synth token.