You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
We have new contracts incoming which will be in the form of "raw Michelson". Simply putting those in packages/minter-contracts/bin is not sufficient, as that directory is often cleared out during the compilation process.
Create a new directory to house the set of "raw Michelson" contracts. During the compilation process (alongside LIGO compilation), these contracts should be copied into the packages/minter-contracts/bin directory such that
The subsequent type-generation process will pick them up, and
./bin can be safely blown away and properly regenerated during compilation.
The text was updated successfully, but these errors were encountered:
We have new contracts incoming which will be in the form of "raw Michelson". Simply putting those in
packages/minter-contracts/bin
is not sufficient, as that directory is often cleared out during the compilation process.Create a new directory to house the set of "raw Michelson" contracts. During the compilation process (alongside LIGO compilation), these contracts should be copied into the
packages/minter-contracts/bin
directory such that./bin
can be safely blown away and properly regenerated during compilation.The text was updated successfully, but these errors were encountered: