Libraries
@stdlib/deploy

@stdlib/deploy

Simplest trait Deployable that provides a handy unified mechanism for deployments.

Usage

import "@stdlib/deploy";
 
contract ExampleContract with Deployable {
    // ...
}