Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
/ machine Public archive

A virtual machine for money movements (Move to the Stack repo)

License

Notifications You must be signed in to change notification settings

formancehq/machine

Repository files navigation

Formance Machine test

A virtual machine for moving money.

This repo bundles:

  • The Formance Machine VM
  • A Numscript parser
  • A Numscript compiler

Example

send [USD/2 1099] (
  source = {
    @users:001:wallet
    @users:001:credit
  }
  destination = {
    85% to @drivers:033
    15% to @platform:fees
  }
)

Documentation

You can find the complete Formance documentation at docs.formance.com