mychain is a blockchain built using Cosmos SDK and Tendermint and created with Ignite CLI.
x/abstractaccount provides account abstraction module to create smart accounts.
It's possible to create smart accounts that provide social recovery using other users (guardians).
Also there's a frontend client to interact with the chain and smart accounts (balances and recovery)
To run local chain use localdev manual
To compile, upload and test smart accounts with cli use run contract manual
To use client use run client manual