Split bills onchain with frens! Collectively pay for stuff and ammortize rates across payers.
pip install titanoboa
pip install vyper
This code may be compiled using the latest version of the Vyper compiler @ 0.4.0
Command (project root directory): vyper contracts/Split.vy
Command (project root directory): vyper contracts/SplitFactory.vy
Testing is done through "Pytest"
Command (project root directory): pytest