Key | Description | Type | Default Value |
---|---|---|---|
address | Listener address for API | string |
0.0.0.0 |
port | Listener port for API | int |
5018 |
Key | Description | Type | Default Value |
---|---|---|---|
signerUrl | The URL of the firefly-cardanosigner instance to call | string |
http://127.0.0.1:8555 |
Key | Description | Type | Default Value |
---|---|---|---|
socket | Path to the socket of a Cardano node | string |
|
blockfrostKey | Blockfrost API key | string |
|
network | The network to connect to | 'mainnet', 'preview', or 'preprod' | mainnet |
networkMagic | An optional magic number | int |
depends on network |
genesisHash | The hash of the genesis block | string |
depends on network |
Key | Description | Type | Default Value |
---|---|---|---|
connectionTimeout | Timeout to connect to another server | 30s |
|
requestTimeout | Timeout to make an HTTP request | 30s |
Key | Description | Type | Default Value |
---|---|---|---|
level | The log level - error, warn, info, debug, trace | string |
info |
Key | Description | Type | Default Value |
---|---|---|---|
type | The type of persistence to use | 'mock' or 'sqlite' | mock |
Key | Description | Type | Default Value |
---|---|---|---|
path | The path for the sqlite file | string |