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

smartcontractkit/substrate-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.