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 and managing a key store for storing key pairs in a file.
See convex.sign
about key pairs.
Creating and managing a key store for storing key pairs in a file. See [[convex.sign]] about key pairs.
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.
Signing cells using public key cryptography, most notably transactions as required prior to submission.
More precisely, is signed the hash of the encoding of the cell, producing a signed data cell.
Uses Ed25519.
Signing cells using public key cryptography, most notably transactions as required prior to submission. More precisely, is signed the hash of the encoding of the cell, producing a signed data cell. Uses Ed25519.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close