archethic-foundation / aeweb-cli

AEWeb CLI to deploy files on Archethic
GNU Affero General Public License v3.0
5 stars 11 forks source link

[Feature] Avoid callback hell #30

Closed manujuniris closed 2 years ago

manujuniris commented 2 years ago

Problem Callback hell exists in the current code Solution The use of async/await can help in solving this problem