An open API service indexing awesome lists of open source software.

https://github.com/penumbra-zone/webgpu

WebGPU-based Groth16 prover to accelerate client-side proof generation for the Penumbra Protocol
https://github.com/penumbra-zone/webgpu

Last synced: 28 days ago
JSON representation

WebGPU-based Groth16 prover to accelerate client-side proof generation for the Penumbra Protocol

Awesome Lists containing this project

README

          

# webgpu
WebGPU-based Groth16 prover to accelerate client-side proof generation for the Penumbra Protocol

### 1) Install dependencies

```bash
yarn
```

### 2) Development

Run a local server on localhost:4040.

```bash
yarn start
```
Note -- webgpu functions will only work on [browsers compatible](https://caniuse.com/webgpu) with webgpu.