Pypergraph is a Python package that enables secure wallet functionalities and interaction with Constellation Network APIs. Inspired by DAG for JavaScript (DAG4JS).
View documentation here.
-
Ensure Python 3.9+ is installed.
Installation instructions are available on python.org/downloads or via pyenv. -
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
-
Linux/MacOS:
source venv/bin/activate
-
Windows:
.\venv\Scripts\activate
-
Note:
This package is currently in alpha. Since changes happen rapidly during development, this method might not provide the absolute latest version for testing if the package version was not bumped between releases.
-
Install the package from PyPi:
pip install pypergraph-dag