https://github.com/davxy/jam-types-py
Python library for JAM types
https://github.com/davxy/jam-types-py
Last synced: 4 months ago
JSON representation
Python library for JAM types
- Host: GitHub
- URL: https://github.com/davxy/jam-types-py
- Owner: davxy
- License: mit
- Created: 2024-11-04T17:08:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T17:14:41.000Z (6 months ago)
- Last Synced: 2025-03-17T21:09:40.432Z (4 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JAM Types
Support Types for JAM Graypaper v0.5.3
## 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.