Pluto-like programming language for Cardano Smart Contracts in Python


Keywords
python, cardano, smart, contract, blockchain, verification, haskell
License
MIT
Install
pip install pluthon==1.1.0

Documentation

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