TODO: Add description
there are three modules here state - balance in the account deposit - add amout in the account withdraw - remove amount in the state
you can not withdraw amount greater than the one in the account
to build your script
mix escript.build
./mpesa
the executable file does not maintain the state
def deps do
[
{:mpesa, "~> 0.1.0"}
]
end