--deployer

eoslime deploy --deployer="EOS account name"

You can set a deployer which will be provided as a parameter to the deploy function. Think of deployer as contract/s admin.

When you are using deployer option, the following message will be showed in the console

"Enter deployer private key and its permission in format: pKey@permission"

The permission is the equivalent of the authority -> owner / active and etc.

Last updated