dash works !!! good data. billing seems to work

This commit is contained in:
Dobromir Popov
2026-07-02 23:07:41 +02:00
parent 1e0aa6ea8f
commit a938c19a82
14 changed files with 617 additions and 49 deletions

View File

@@ -7,6 +7,10 @@ name = "meshnet-contracts"
version = "0.1.0"
description = "Distributed Inference Network Solana smart contract wrappers"
requires-python = ">=3.10"
dependencies = [
"solana>=0.36",
"solders>=0.23",
]
[tool.setuptools.packages.find]
where = ["."]