Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1001 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 1001 Bytes

Pluthon

Build Status PyPI version PyPI - Python Version PyPI - Status

Pluto-like programming language for Cardano Smart Contracts in Python

What is this?

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.

Contributing

Contributions are very welcome.

Notes

  • 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 "_".