install
source · Clone the upstream repo
git clone https://github.com/fetchai/agents-aea
manifest:
packages/fetchai/skills/confirmation_aw1/skill.yamlsource content
name: confirmation_aw1 author: fetchai version: 0.15.6 type: skill description: The confirmation_aw1 skill is a skill to confirm registration for Agent World 1. license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: README.md: QmaGTwfKyYVAJEfqHjGVViTYer2f3JJj22ftQH19NuA3eQ init.py: QmcNQVFKDuc6tFhTJzWvQnZkLXiiDCy1eUoAH9FYoGnrNw behaviours.py: QmZVaGLyZZZJu5HBR1rNukpfnvpvEFxn8tA2JKL8JgFWUB dialogues.py: QmQnYQyRtmFYhHxCirxg5vchWSogwnKVEgozKBwL19svGe handlers.py: QmNsrvzaLfxHwd51ssWZjTGoVMvzemWamqLXN2oLW4gf95 registration_db.py: QmWWYUrickqQsp1CCxGwJdW67qBb9brbAEHAJGCFUWQ7Fc strategy.py: QmUfD9UH7UrPLG25RPB7qr1fS9wvCoc8eb3BALttY12REW fingerprint_ignore_patterns: [] connections:
- fetchai/ledger:0.21.5 contracts:
- fetchai/staking_erc20:0.10.3 protocols:
- fetchai/default:1.1.7
- fetchai/ledger_api:1.1.7
- fetchai/register:1.1.7
- fetchai/signing:1.1.7 skills: [] behaviours: transaction: args: max_processing: 420 transaction_interval: 2 class_name: TransactionBehaviour handlers: contract_api: args: {} class_name: ContractApiHandler ledger_api: args: {} class_name: LedgerApiHandler registration: args: {} class_name: AW1RegistrationHandler signing: args: {} class_name: SigningHandler models: contract_api_dialogues: args: {} class_name: ContractApiDialogues default_dialogues: args: {} class_name: DefaultDialogues ledger_api_dialogues: args: {} class_name: LedgerApiDialogues register_dialogues: args: {} class_name: RegisterDialogues registration_db: args: custom_path: path_to_db class_name: RegistrationDB signing_dialogues: args: {} class_name: SigningDialogues strategy: args: awx_aeas: [] developer_handle_only: false fetchai_staking_contract_address: '0x351bac612b50e87b46e4b10a282f632d41397de2' override_staking_check: false token_denomination: atestfet token_dispense_amount: 100000 class_name: Strategy dependencies: aea-ledger-ethereum: version: <2.0.0,>=1.0.0 aea-ledger-fetchai: version: <2.0.0,>=1.0.0 is_abstract: false