Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davxy/jam-types-py

Python library for JAM types
https://github.com/davxy/jam-types-py

Last synced: about 1 month ago
JSON representation

Python library for JAM types

Awesome Lists containing this project

README

        

# JAM Types

Support Types for JAM

## Install

First, create a virtual environment in the desired location.

```bash
python -m venv ~/.local/pip/jam-types-tiny
```

Activate the virtual environment to install the package inside it.

```bash
source ~/.local/pip/jam-types-tiny/bin/activate
```

Once the virtual environment is activated, you can install the package using
`pip`.

```bash
pip install .
```

By default, types for the `tiny` node variant are installed. If you wish to
install types for the `full` node variant, please first modify the
[const](./jam_types/const.py) sources accordingly.