Interacting with a peer via the binary protocol.
After creating a client with connect
, main interactions are query
and transact
.
All IO functions return a future which ultimately resolves to a result received from the peer. Information from result can be extracted using:
Interacting with a peer via the binary protocol. After creating a client with [[connect]], main interactions are [[query]] and [[transact]]. All IO functions return a future which ultimately resolves to a result received from the peer. Information from result can be extracted using: - [[error-code]] - [[trace]] - [[value]]
Creating a peer which can either:
convex.world
Examples are provided in README.
Creating a peer which can either: - Run alone for dev and test - Run locally, synced with other local peers - Run locally but synced with the test network on `convex.world` Examples are provided in README.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close