JavaScript Client Examples
CRA-Nillion Starter Repo
The CRA-Nillion Starter Repo used in the JavaScript Developer Quickstart contains storage, retrieval, compute, and permissions examples.
📄️ Store Values
Store secret values (SecretBlob or SecretInteger values) in the network by the cluster, secret values, permissions, and payment receipt.
📄️ Retrieve Value
Retrieve secret strings and integers from the network. Retrieve and decode a stored secret string (SecretBlob) or a stored secret integer (SecretInteger)
📄️ Compute
Perform computation using secrets stored in the network.