Pluto-like programming language for Cardano Smart Contracts in Python
This is an programming language that compiles down to Untyped Plutus Language Core, inspired by MLabs pluto programming language. It is used as an intermediate step when compiling a pythonic smart contract language down to UPLC.
Contributions are very welcome.
- Some higher level functions defined in pluthon use UPLC builtin variables. In order to avoid naming conflicts, all variables assigned start with "0" and end with "_".