Softbank

A Soft Bank To Handle your Financal Accounts

This Module has the following banking functions available

Tellers( a pool of tellers so multiple processes can access. )

Currency Conversion (with auto update on conversion rates)

Transfers(send amount will be converted to match the recievers account currency type)

Build Status

Inline docs

Installation

If available in Hex, the package can be installed by adding soft_bank to your list of dependencies in mix.exs:

def deps do
  [
    {:soft_bank, "~> 0.1.2"}
  ]
end

Creating the Database Tables

The Database Tables can be created by running the mix alias.

mix install

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/softbank.