tr_demo_configuration.json Configuration File

tr_demo_configuration.json Configuration File

Operators can configure their known wallets (simulating a VASP provider data source) using the configuration file /batm/config/tr_demo_configuration.json

sudo nano /batm/config/tr_demo_configuration.json
  • As the json suffix suggests, the configuration file must be in the JSON format to be correctly parsed (otherwise the contents will be ignored)!

Structure:

{ "knownWallets": [ // configure at least 1 entry or don't configure anything { "address": String, "cryptoCurrency": String, "walletType": one of [UNHOSTED|CUSTODIAL|UNKNONW], "vaspDid": String (mandatory if wallet type is CUSTODIAL, ignored otherwise) } ] }
  • Press CTRL-X to save the file and exit (choose “y”, and leave the filename unchanged).

  • The setting will automatically be updated within CAS in approximately 30 seconds.

Copyright © 2020-2026 General Bytes USA LLC