Using TransferChain S4
This guide provides step-by-step instructions on how to use the Transferchain S4 for initializing the client, managing your account, interacting with the blockchain, and handling storage.
Last updated
This guide provides step-by-step instructions on how to use the Transferchain S4 for initializing the client, managing your account, interacting with the blockchain, and handling storage.
You can run TransferChain S4 as a Docker container. The image is publicly available:
docker pull transferchain/transferchain-s4:latestAfter pulling the image, run it with required configurations and credentials (see Authentication section below).
For Configuration File: https://hub.docker.com/r/transferchain/transferchain-s4#config-file
Last updated