install
source · Clone the upstream repo
git clone https://github.com/fetchai/agents-aea
manifest:
packages/fetchai/skills/erc1155_client/skill.yamlsource content
name: erc1155_client author: fetchai version: 0.29.6 type: skill description: The erc1155 client interacts with the erc1155 deployer to conduct an atomic swap. license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: README.md: QmYpkQVUiWY7aWc8xN8FMzxKWSawHs2cyjWijzK6PDbsLX init.py: QmXJGNqfPNrhiwQoZZySRPGbP8dPgKnyQ3ZvRhrK11e3Ve behaviours.py: QmQohMmSi8PYAeyjGcusSaMbEAeSsVXGcVtS5XZjLgdPg1 dialogues.py: QmVFyavVzUv88AZGD8Wca4yyV4y9DU3Akw5M4RFxqnAnUm handlers.py: QmcxgzUjJyGUH5idHEfD8dn5mScTEzzMRoUhQ7ExwFQHud strategy.py: QmWtHkAyvkYZdHNZoc6r12cfJfruT1S9GXydeH9qUFDN7X fingerprint_ignore_patterns: [] connections:
- fetchai/ledger:0.21.5 contracts:
- fetchai/erc1155:0.23.3 protocols:
- fetchai/contract_api:1.1.7
- fetchai/default:1.1.7
- fetchai/fipa:1.1.7
- fetchai/ledger_api:1.1.7
- fetchai/oef_search:1.1.7
- fetchai/signing:1.1.7 skills: [] behaviours: search: args: search_interval: 5 class_name: SearchBehaviour handlers: contract_api: args: {} class_name: ContractApiHandler fipa: args: {} class_name: FipaHandler ledger_api: args: {} class_name: LedgerApiHandler oef_search: args: {} class_name: OefSearchHandler signing: args: {} class_name: SigningHandler models: contract_api_dialogues: args: {} class_name: ContractApiDialogues default_dialogues: args: {} class_name: DefaultDialogues fipa_dialogues: args: {} class_name: FipaDialogues ledger_api_dialogues: args: {} class_name: LedgerApiDialogues oef_search_dialogues: args: {} class_name: OefSearchDialogues signing_dialogues: args: {} class_name: SigningDialogues strategy: args: location: latitude: 51.5194 longitude: 0.127 search_query: constraint_type: == search_key: seller_service search_value: erc1155_contract search_radius: 5.0 class_name: Strategy dependencies: {} is_abstract: false