Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davxy/jam-types-py
- Owner: davxy
- License: mit
- Created: 2024-11-04T17:08:27.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T11:10:59.000Z (about 1 month ago)
- Last Synced: 2024-11-30T17:50:23.191Z (about 1 month ago)
- Language: Python
- Size: 21.5 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
## 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.