install
source · Clone the upstream repo
git clone https://github.com/fetchai/agents-aea
manifest:
packages/fetchai/skills/erc1155_deploy/skill.yamlsource content
name: erc1155_deploy author: fetchai version: 0.31.6 type: skill description: The ERC1155 deploy skill has the ability to deploy and interact with the smart contract. license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: README.md: QmX98yCz4tVKF5dJUDUVh6T4vD3y9Gv42semKkpckqXjAA init.py: QmbtD65LEy39PpMtRMfXtR5D5JXALiuWNuTSoqoCpvDLsG behaviours.py: QmXxfA42Zi2eYgfRQEKDxcotw628KTTRPTCyeJv6aBJmuH dialogues.py: QmRsL56kWqrs6pf8MKBdU1bxrYpuwgt63yugtMYnjWmzvo handlers.py: QmeNBxsimbf9wjQ5Yar8NfUdzRKbpvVys3LA8Hdirk7QeZ strategy.py: QmR5ZEaGtBW57EJoGMVfKZGoPvFdzecwA4mmsWm1aomcB5 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: service_registration: args: max_soef_registration_retries: 5 services_interval: 20 class_name: ServiceRegistrationBehaviour 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: classification: piece: classification value: seller from_supply: 10 location: latitude: 51.5194 longitude: 0.127 mint_quantities: - 100 - 100 - 100 - 100 - 100 - 100 - 100 - 100 - 100 - 100 nb_tokens: 10 personality_data: piece: genus value: data service_data: key: seller_service value: erc1155_contract to_supply: 0 token_type: 2 value: 0 class_name: Strategy dependencies: aea-ledger-ethereum: version: <2.0.0,>=1.0.0 is_abstract: false