-
Notifications
You must be signed in to change notification settings - Fork 77
Library import mechanism in Scilla
Vaivaswatha N edited this page Jan 3, 2020
·
8 revisions
Scilla supports deploying both libraries and contract, and each library or contract can import already deployed libraries. This article describes how Scilla loads libraries and what inputs it expects to facilitate this. The mechanism described here applies to both scilla-runner
and scilla-checker
.
References: