fetchai / agents-aea

A framework for autonomous economic agent (AEA) development

Home Page:https://docs.fetch.ai/aea/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contract packages need to allow for dependency on other contract packages

DavidMinarsch opened this issue · comments

Is your feature request related to a problem? Please describe.
Currently, a contract cannot depend on another contract.

Describe the solution you'd like
It is quite common to have one contract depend on another, e.g. if theres a proxy/factory pattern. So let's support this.