kadena-io / kda-tool

CLI interface to the the Kadena blockchain
https://kadena.io/
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Imrpovement: Allow to concatenate several code files #14

Closed CryptoPascal31 closed 1 year ago

CryptoPascal31 commented 1 year ago

The codeFile parameter of the template should allow to use a list with several files. The tool would concatenate them when building the transaction.

This is especially useful when pre-fixing or post-fixing a contract.

For example

mightybyte commented 1 year ago

This can be pretty easily handled externally with custom scripts that concatenate files before invoking kda-tool. This feature would also cause problems with the current list behavior, so I think these use cases should be handled outside kda-tool.