create-openchat-bot
Version:
CLI tool to create OpenChat bot templates
21 lines • 353 B
JSON
{
"dfx": "0.26.0-beta.1",
"canisters": {
"onchain_bot": {
"type": "rust",
"package": "onchain_bot",
"candid": "can.did",
"gzip": true
}
},
"networks": {
"local": {
"bind": "127.0.0.1:8080",
"type": "ephemeral",
"replica": {
"subnet_type": "system"
}
}
},
"version": 1
}