Tari Base Node & Wallet gRPC

Self-hosted gRPC interfaces (proto3, package tari.rpc) to a Tari base node and wallet, for querying the chain and controlling a wallet. Servers run locally on the operator's node rather than at a single hosted public endpoint.

API entry from apis.yml

apis.yml Raw ↑
name: Tari Base Node & Wallet gRPC
description: Self-hosted gRPC interfaces (proto3, package tari.rpc) to a Tari base node and wallet, for
  querying the chain and controlling a wallet. Servers run locally on the operator's node rather than
  at a single hosted public endpoint.
humanURL: https://tari.com/integration-guide
baseURL: https://rfc.tari.com/
properties:
- type: Protobuf
  name: Base Node service
  url: grpc/tari-base_node.proto
- type: Protobuf
  name: Wallet service
  url: grpc/tari-wallet.proto
- type: Protobuf
  name: Types
  url: grpc/tari-types.proto
- type: Protobuf
  name: Transaction
  url: grpc/tari-transaction.proto
- type: Protobuf
  name: Block
  url: grpc/tari-block.proto
- type: Protobuf
  name: Network
  url: grpc/tari-network.proto
- type: Protobuf
  name: P2Pool
  url: grpc/tari-p2pool.proto
- type: Protobuf
  name: Sidechain types
  url: grpc/tari-sidechain_types.proto