TransferChain Docs
CtrlK
  • Introduction to TransferChain
    • Why TransferChain
    • Who is using TransferChain
    • About
  • Client SDKs & Network
    • Getting Started
      • Introduction to TransferChain SDKs & Network
      • FAQ
      • Prerequisites
  • Blockchain Read Node
    • WebSocket Client
      • Javascript
      • GO
  • S4
    • About
    • Using TransferChain S4
      • Initialize
      • Account
      • Storage
      • Transfer
      • Blockchain
    • Authentication and Access Credentials
  • Core Concepts
    • Understanding TransferChain
    • Cryptography
      • Authentication & Authorization
      • Encryption
      • Elliptic-Curve
      • Address Generation
    • Blockchain
      • Decentralization
      • Architecture
    • Data Distribution
    • Immutability
    • Data Redundancy
    • Multi Region Availability
    • Secure Messaging
    • Overview of TransferChain System Components
  • Management & Roles
    • TransferChain Management Portal
    • User Roles
  • Billing & Payment
    • Developer Plan
  • Resources
    • Blog
    • Support Center
    • Knowledge Base
    • Community
Powered by GitBook
On this page
  1. S4

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.

Using TransferChain S4

You can run TransferChain S4 as a Docker container. The image is publicly available:

docker pull transferchain/transferchain-s4:latest

After 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

PreviousAboutNextInitialize

Last updated 1 day ago