IOTA


IOTA is a new blockless distributed ledger which is scalable, lightweight and makes it possible to transfer value without any fees.

The iota component displays various details (e.g., the balance, node attributes) of IOTA wallets.

# configuration.yaml example
iota:
  iri: https://testnet140.tangle.works:4434
  wallets:
    - name: Default Wallet
      seed: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Configuration Variables

iri

(string)(Required)URL of the IRI node.

testnet

(bool)(Optional)Flag for indicating “testnet”.

Default value: false

wallets

(list)(Required)List of IOTA wallets.

name

Name of the wallet.

seed

Seed of the wallet.

A full configuration example could look the one below:

# Full example
iota:
  iri: https://testnet140.tangle.works:4434
  testnet: true
  wallets:
    - name: Default Wallet
      seed: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    - name: Exchange Wallet
      seed: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX