PoT-O (Proof of Tensor Optimizations) Validator Service — HTTP API and consensus node for the TribeWarez testnet.
- Crate: crates.io/crates/pot-o-validator
- Docs: docs.rs/pot-o-validator
- Repository: github.com/TribeWarez/tribe (path:
gateway.tribewarez.com/testnet.rpc.gateway.tribewarez.com/pot-o-validator)
- pot-o-validator (this crate): binary and library; HTTP API, config, consensus, device registry, extensions bootstrap.
- pot-o-core: block/transaction types, errors, constants.
- ai3-lib: tensor engine, ESP compat, mining operations.
- pot-o-mining: challenge generation, MML/neural path validation, PoT-O consensus.
- pot-o-extensions: DeFi, pool strategy, device protocol, chain bridge, peer network, security.
See docs.tribewarez.com/crates-and-api and Implementation Mapping for details.
cargo build --release
cargo run --release --bin pot-o-validatorReleases follow semantic versioning. To publish a new release:
- Bump
versioninCargo.toml. - Update
CHANGELOG.mdif present. - Commit and push, then create a tag:
git tag pot-o-validator-v0.1.1 && git push origin pot-o-validator-v0.1.1. - GitHub Actions will run tests, then publish to crates.io and create a GitHub Release.
MIT — TribeWarez.