Amareleo
Amareleo is an open-source toolset for Leo developers.
At this stage, Amareleo delivers amareleo-chain, a lightweight development node that allows for deploying and testing Aleo programs on a local node. Amareleo-Chain is designed as a much lighter drop-in replacement for snarkOS/devnet.sh.
Key benefits:
-
Ease of Use – Starting a development testnet is as simple as running
amareleo-chain start
. No extra scripts, no multiple processes, all default parameters set for quick aleo program testing. -
Lite – Just one process, with minimal memory and CPU usage.
-
Fast Startup/Shutdown – Drastically reduced node startup and shutdown times.
-
Fresh Chain State – Start testing programs with a fresh chain state (default) or retain the chain state across tests.
-
Compatibility – Compatible with other Aleo tools including
snarkOS
andleo
.