ethereum / langlab

MIT License
8 stars 5 forks source link

Do we need the notion of interfaces or ports on contracts? #14

Open markusvoelter opened 6 years ago

markusvoelter commented 6 years ago

For example, if a contract "contains" an ERC20 token, can its operations be made available through a dedicated port?

markusvoelter commented 6 years ago

There is a whole group of issues relating to the collaboration between contracts: