Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 543 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 543 Bytes

Substrate External Adapter

Running

  • Install subkey

  • Install Go dependencies go install

  • Build executable go build -o substrate-adapter

  • Run ./substrate-adapter

Configuration

Environment variables

Key Description
SA_PRIVATE_KEY Private key for your Substrate account.
SA_TX_TYPE Transaction type on the Substrate network. Either "mortal" or "immortal".
SA_ENDPOINT Endpoint URL for Substrate node to connect to.