Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 670 Bytes

README.md

File metadata and controls

44 lines (36 loc) · 670 Bytes

validator-tool

Add to .profile path to config

export SWIFT_VALIDATOR_TOOL_CONFIG="home/user/validator-tool-config.json"

config example:

{
  "config": {
    "url": "https://devnet.evercloud.dev/1234567890",
    "wc": 0,
    "endpoints": [
      "https://devnet.evercloud.dev/1234567890"
    ]
  },
  "endpoints_map": {
    "local": [
      "http://localhost"
    ],
    "mainnet": [
      "https://mainnet.evercloud.dev/1234567890"
    ],
    "devnet": [
      "https://devnet.evercloud.dev/221d107cd88b4da19c57c2aabf76deb9"
    ]
  }
}

config priority:

  • endpoints
  • url
  • endpoints_map

help for use

validator-tool --help