Duplicating An Axon in Algoreus

The duplication of a deployed Axon enables the creation of a new Axon. It's important to note that any runtime configurations set in the original Axon will not be reflected in the duplicate Axon.

Duplication is applicable to any deployed Axon. This process creates an in-memory replica of the Axon and adds "_copy" to its name when it's opened in the Genesis.

Upon duplication, you have the option to assign a unique name to the Axon and then either save it as a draft or deploy it as a new Axon. Every new Axon requires a unique name. Incrementing the names, such as going from 'Example-1' to 'Example-2' with each new duplicate Axon, is a common practice.


Last updated