AEON, which is Monero's little brother/sister looks very much like the early days of bitcoin with its wallet and mining tools.
we can get the code from here https://github.com/aeonix/aeon
Once retrieved, we can get the aeond
& simplewallet
I find this very useful to securely save the coins. Once compiled, the wallet will be the following location
aeon-0.9.14.0/build/release/src
generating the wallet
simplewallet --generate-new-wallet aeon_wallet.bin
using the wallet
simplewallet --wallet-file aeon_wallet.bin
Once you are inside the wallet shell, running "help" will give you further instructions.
keep your coins safe!