mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-07-02 20:02:19 +00:00
056314396d
* add REST API to resolve SNRC * fix unset fields * support multi-TLD deployments * update for mainnet tests * haskell-friendly fieldnames * add subname hint * resolver: dockerize * support multiple fallback links for splx contact and channels * add test * change url separator to semicolon --------- Co-authored-by: sh <github.shum@liber.li>
14 lines
302 B
TOML
14 lines
302 B
TOML
[project]
|
|
name = "snrc-resolve"
|
|
version = "0.1.0"
|
|
description = "SimpleX Namespace (SNRC) resolver — REST API over ENS-shaped Ethereum registries"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
license = "AGPL-3.0-only"
|
|
dependencies = [
|
|
"eth-hash[pycryptodome]>=0.7",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|