This monorepo contains TypeScript client libraries for interacting with Nillion blind compute networks.
npx create-nillion-app@latestSee our Quick Start Guide for more details.
# Using npm
npm install @nillion/client-wasm @nillion/client-vms @nillion/client-react-hooks# Using pnpm
pnpm add @nillion/client-wasm @nillion/client-vms @nillion/client-react-hooks# Using yarn
yarn add @nillion/client-wasm @nillion/client-vms @nillion/client-react-hooks- π Official Documentation - Learn about blind computation and our tooling.
- π» Code examples - See the TypeScript client in action
- βοΈ React Hooks - Learn how to use our React hooks
@nillion/client-react-hooks- React hooks built on@nillion/client-vmsand@tanstack/react-query@nillion/client-vms- Primary gRPC client combining payments and network operations into a simple API (supports web and Node.js)@nillion/client-wasm- Utility functions exported from Rust to WebAssembly
We welcome contributions! Here's how you can help:
- π Report bugs and submit feature ideas
- π§ Submit pull requests
- π Improve documentation
- π¬ Join discussions
- β Star the repository