tangle-network / gadget

A framework for building modular AVS and Tangle Blueprints: https://docs.tangle.tools/developers/blueprints.
https://tangle.tools
Apache License 2.0
12 stars 3 forks source link

[TASK] Generate Structure and Templates for Created Blueprints #267

Open Tjemmmic opened 1 month ago

Tjemmmic commented 1 month ago

Overview

When creating blueprints, certain things can be generated depending upon the blueprint being created. For example, a blueprint may entail the use of Smart Contracts that can be automatically created. These generated Smart Contracts can be generated following a naming conventions such as: DeveloperDefinedName + some relevant suffix.

Smart Contracts Generation

AVS Skeleton Generation