Skip to content

DeFi+web3.py wrapper toolkit.

Notifications You must be signed in to change notification settings

karpatkey/karpatkit

Repository files navigation

karpatkit

Work in progress

This repository contains two python packages:

Installation

Install uv

Development

Install or update the virtualenv (will be created in .venv):

make install

Run tests

KKIT_CFG=path/to/config.json uv run pytest -vs or use KKIT_CFG=path/to/config.json make test

Format

make pretty