mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
Template for smart contract autogeneration
This is how full autogenerated contract should look like.
For more details look into diagram
Input parameters
Inputs for autogenerator will be:
- sc_name
- execution_type - can be public, private, shielded, deshielded.
Proposed workflow for sc development
Developer creates smart contract library, look sc_example.
This library must depend on sc_core library.
In this library developer must implement a number of traits and structures. For more details look into diagram and example.
Autogenerator takes this template and on its basis creates full contract.