Skip to content

Overview

Description

PyJAMaz is a Python implementation of the JAM protocol.

What is JAM?

JAM is the Join-Accumulate Machine, a new protocol designed to succeed the Polkadot relay chain. It provides significantly enhanced smart contract functionality.

Read more about JAM

Installation

1
pip install pyjamaz

Run conformance test

1
2
3
pyjamaz init --initial-state=./initial-state.json
pyjamaz import ./block_data
pyjamaz dump > current_state.json