Pony version of https://github.com/VaughnVernon/DDDwithActors by Vaughn Vernon
(no persistence at the moment)
- main: AccountRunner.pony
- contracts: Contracts.pony
- contracts for a second, type-minimizing version: SimplerContracts.pony
- implementations: the rest
docker-compose up --build
- alternative:
ponyc && ./DDDwithActorsPony