feat: scaffold meshnet monorepo

This commit is contained in:
Dobromir Popov
2026-06-29 00:28:29 +03:00
parent 84614a36a4
commit 1141b51286
22 changed files with 487 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
"""meshnet_contracts — Solana smart contract wrappers for the Distributed Inference Network."""
__version__ = "0.1.0"

View File

@@ -0,0 +1,13 @@
[build-system]
requires = ["setuptools>=64"]
build-backend = "setuptools.build_meta"
[project]
name = "meshnet-contracts"
version = "0.1.0"
description = "Distributed Inference Network Solana smart contract wrappers"
requires-python = ">=3.10"
[tool.setuptools.packages.find]
where = ["."]
include = ["meshnet_contracts*"]