Type object
File match **/*Trident.toml **/*.Trident.toml
Schema URL https://catalog.lintel.tools/schemas/schemastore/trident/latest.json
Source https://raw.githubusercontent.com/Ackee-Blockchain/trident/refs/heads/master/trident-spec.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Configuration schema for Trident fuzzing framework

Properties

fuzz object

Fuzzing configuration section

5 nested properties
metrics object

Metrics collection configuration

3 nested properties
enabled boolean

Enable metrics collection

Default: false
json boolean

Enable JSON metrics output

Default: false
dashboard boolean

Enable metrics dashboard

Default: false
regression object

Regression testing configuration

1 nested properties
enabled boolean

Enable regression testing

Default: false
coverage object

Code coverage configuration

5 nested properties
enable boolean

Enable code coverage collection

Default: false
server_port integer

Port for coverage server

Default: 58432
min=1max=65535
loopcount integer

Number of loops for coverage collection

Default: 0
min=0
format string

Coverage output format

Default: "json"
attach_extension boolean

Attach extension to coverage files

Default: false
programs object[]

List of programs to fuzz

Default:
[]
accounts object[]

List of accounts to use in fuzzing

Default:
[]