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
-
-
Install the package from PyPi:
pip install pypergraph-dag
