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
Create a package (in the sense of a cargo package) in the smart contracts repository that builds a binary crate that:
reads a currency specification from the standard input. An example specification is provided here.
generates the 'currency' package in the same repository. An example result is provided here. Supplementary macros-es could be created to make it easier for the tool. As guidance, a template 'currency' package should be used.
setup an instance of the Lpp contract for each currency of the "Lpns" group
setup an instance of the Oracle contract for each currency of the "Lpns" group taking into account the resolution lists
(optional) Integrate the tool as a Cargo build script
The text was updated successfully, but these errors were encountered:
Create a package (in the sense of a cargo package) in the smart contracts repository that builds a binary crate that:
reads a currency specification from the standard input. An example specification is provided here.
generates the 'currency' package in the same repository. An example result is provided here. Supplementary macros-es could be created to make it easier for the tool. As guidance, a template 'currency' package should be used.
setup an instance of the Lpp contract for each currency of the "Lpns" group
setup an instance of the Oracle contract for each currency of the "Lpns" group taking into account the resolution lists
(optional) Integrate the tool as a Cargo build script
The text was updated successfully, but these errors were encountered: