codehugger / five-bells

A sophisticated economic agent-based simulation framework ... with a WebUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FiveBells.Umbrella

Installation

  • Install the latest version of PostgreSQL
  • Install the latest version of Elixir

Elixir Dependencies

  • Run mix deps.get

Configuration

Edit dev.exs in the config folder according to your Postgres configuration.

Ecto Database

cd into the apps/five_bells/ folder and run

  • mix ecto.create
  • mix ecto.migrate

Phoenix Web UI

cd into the root folder and run

mix phx.server

Running simulations

cd into root folder and run mix run /apps/five_bells/prive/examples/name_of_simulation.exs

Historical Reference for the name

https://ripple.com/insights/bank-of-england-how-our-modern-payment-system-began-at-a-bar/

About

A sophisticated economic agent-based simulation framework ... with a WebUI


Languages

Language:Elixir 78.7%Language:HTML 13.3%Language:CSS 5.8%Language:JavaScript 2.2%