{
"applications": {
"Anvil": {
"name": "Anvil",
"basic_info": {
"description": "A fast local Ethereum development node from Foundry",
"iconUrl": "https://example.com/icons/anvil.png"
},
"tags": ["blockchain", "ethereum", "development"],
"installation": {
"setup_type": "dual",
"binary": {
"url": "https://github.com/foundry-rs/foundry/releases/download/v1.0.0/anvil-linux-amd64",
"executable": "anvil",
"versions": ["1.0.0", "1.1.0", "1.2.0"]
},
"docker": {
"image": "ghcr.io/foundry-rs/foundry:latest",
"versions": ["latest", "1.0.0", "1.1.0"]
}
},
"configuration": {
"config_files": [
{
"filename": "config.yaml",
"content": "server:\n port: {port}\n host: {host}",
"destinationPath": "/etc/anvil/config.yaml"
}
],
"environment_variables": [
{
"key": "ANVIL_IP_ADDR",
"value": "{anvil_host}"
}
]
}
}
}
}