Skip to content

Library import mechanism in Scilla

Vaivaswatha N edited this page Jan 3, 2020 · 8 revisions

Introduction

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:

Clone this wiki locally