Shiroy / formance-machine

A virtual machine for money movements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A virtual machine for money movements

License:MIT License


Languages

Language:Go 97.5%Language:ANTLR 2.2%Language:Shell 0.2%