CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

CLI: Logic flow to add dependency between containers #117

Closed nunojusto closed 5 years ago

nunojusto commented 5 years ago

Problem

Solving https://github.com/CityOfZion/neo-local/issues/112

Solution

Added a new attribute to container struct and created a flow to iterate recursively until all dependencies are fulfilled

Checklist