Skip to content

Commit

Permalink
doc: update talks and FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng committed Nov 26, 2024
1 parent 61f6b36 commit c9d7e09
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions docs/docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ See one of the recent [talks](/docs/community) for more details.

## What proof systems does Mopro support?

Currently Circom/Groth16 and Halo2, but due to its modular architecture it is easy to add support for new proof systems.
Currently Circom/Groth16, Halo2 and Ashlang, but due to its modular architecture it is easy to add support for new proof systems.

There's experimental support for Kimchi, a Plonkish proof system, that was done during a hackathon in this [PR](https://github.com/zkmopro/mopro/pull/34).
There's experimental support for GKR in this [PR](https://github.com/zkmopro/mopro/pull/241/files).

We welcome people to contribute support for [more proof systems](https://github.com/zkmopro/mopro/issues/15).

## What platforms does Mopro support?
<!-- TODO: custom UDL doc -->

Mopro is multi-platform and aims to support as many platforms as possible. iOS, Android and Desktop (through Rust/CLI) are the main platforms supported.
## What platforms does Mopro support?

There's also very experimental React Native support [here](https://github.com/anon-aadhaar/anon-aadhaar-react-native/commit/d6443316200cd3e1f17ad2679458cc6e6e9fe1f2). We aim to make this easier to consume.
Mopro is multi-platform and aims to support as many platforms as possible. iOS, Android and Desktop (through Rust/CLI) are the main platforms supported. *Website support is currently under development.* (See [#202](https://github.com/zkmopro/mopro/issues/202))

We welcome people to contribute support for [more platforms](https://github.com/zkmopro/mopro/issues/16).
Please refer to the [Getting Started](getting-started.md) guide for instructions on integrating mopro into iOS and Android apps, as well as examples for [React Native](https://github.com/zkmopro/react-native-app) and [Flutter](https://github.com/zkmopro/flutter-app) applications.

## Is Mopro just for verifying proofs on mobile?

Expand Down
1 change: 1 addition & 0 deletions docs/docs/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Join the Telegram group [here](https://t.me/zkmopro). This is the main place whe

## Talks

- Talk by @vivianjeng at [Devcon 2024](https://devcon.org/) (Bangkok, November 2024): [Video](https://youtu.be/0ziKiYwhJHk?si=NdSJphvnlKkVk_m3), [Slides](https://docs.google.com/presentation/d/1Z6j1wIQCB3BYVDx1msPMXHs0JKR7LXY8pFq4SUXsVXQ/edit?usp=sharing)
- Talk by @vivianjeng at [IC3 Camp 2024](https://www.initc3.org/events/2024-06-10-ic3-blockchain-camp-2024) (New York City, June 2024): [Slides](https://docs.google.com/presentation/d/1UoHA2C-SB7qmmIcKBA8if5pCtzU4AbdnH0EX59TQcoE/edit?usp=sharing) (no video)
- Talk by @vivianjeng at [Signature Singularity Residency](https://sigsing.com/) (Osaka, May 2024): [Video](https://www.youtube.com/live/rT7zLiOYX8s?si=Hy3cxL1Kg8xxX7Ti&t=5260), [Slides](https://docs.google.com/presentation/d/1r4hqV7jPTYf2WjtAzah-w9r5LKbf_-Se9t0HPWCLAs4/edit?usp=sharing)
- Talk by @oskarth at [ZK Summit 11](https://www.zksummit.com/) (Athens, April 2024): [Video](https://www.youtube.com/watch?v=06CLMAuEXE4), [Slides](https://hackmd.io/TNZCDbu-T9e6lx8_Wft5ww?view).
Expand Down
14 changes: 6 additions & 8 deletions docs/versioned_docs/version-0.1.0/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,19 @@ See one of the recent [talks](/docs/community) for more details.

## What proof systems does Mopro support?

Currently Circom/Groth16, but due to its modular architecture it is easy to add support for new proof systems.
Currently Circom/Groth16, Halo2 and Ashlang, but due to its modular architecture it is easy to add support for new proof systems.

There's experimental support for Kimchi, a Plonkish proof system, that was done during a hackathon in this [PR](https://github.com/zkmopro/mopro/pull/34).

There's a grantee working on adding Halo2 support. Please see the [Telegram group](https://t.me/zkmopro) for more information.
There's experimental support for GKR in this [PR](https://github.com/zkmopro/mopro/pull/241/files).

We welcome people to contribute support for [more proof systems](https://github.com/zkmopro/mopro/issues/15).

## What platforms does Mopro support?
<!-- TODO: custom UDL doc -->

Mopro is multi-platform and aims to support as many platforms as possible. iOS, Android and Desktop (through Rust/CLI) are the main platforms supported.
## What platforms does Mopro support?

There's also very experimental React Native support [here](https://github.com/anon-aadhaar/anon-aadhaar-react-native/commit/d6443316200cd3e1f17ad2679458cc6e6e9fe1f2). We aim to make this easier to consume.
Mopro is multi-platform and aims to support as many platforms as possible. iOS, Android and Desktop (through Rust/CLI) are the main platforms supported. *Website support is currently under development.* (See [#202](https://github.com/zkmopro/mopro/issues/202))

We welcome people to contribute support for [more platforms](https://github.com/zkmopro/mopro/issues/16).
Please refer to the [Getting Started](getting-started.md) guide for instructions on integrating mopro into iOS and Android apps, as well as examples for [React Native](https://github.com/zkmopro/react-native-app) and [Flutter](https://github.com/zkmopro/flutter-app) applications.

## Is Mopro just for verifying proofs on mobile?

Expand Down
1 change: 1 addition & 0 deletions docs/versioned_docs/version-0.1.0/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Join the Telegram group [here](https://t.me/zkmopro). This is the main place whe

## Talks

- Talk by @vivianjeng at [Devcon 2024](https://devcon.org/) (Bangkok, November 2024): [Video](https://youtu.be/0ziKiYwhJHk?si=NdSJphvnlKkVk_m3), [Slides](https://docs.google.com/presentation/d/1Z6j1wIQCB3BYVDx1msPMXHs0JKR7LXY8pFq4SUXsVXQ/edit?usp=sharing)
- Talk by @vivianjeng at [IC3 Camp 2024](https://www.initc3.org/events/2024-06-10-ic3-blockchain-camp-2024) (New York City, June 2024): [Slides](https://docs.google.com/presentation/d/1UoHA2C-SB7qmmIcKBA8if5pCtzU4AbdnH0EX59TQcoE/edit?usp=sharing) (no video)
- Talk by @vivianjeng at [Signature Singularity Residency](https://sigsing.com/) (Osaka, May 2024): [Video](https://www.youtube.com/live/rT7zLiOYX8s?si=Hy3cxL1Kg8xxX7Ti&t=5260), [Slides](https://docs.google.com/presentation/d/1r4hqV7jPTYf2WjtAzah-w9r5LKbf_-Se9t0HPWCLAs4/edit?usp=sharing)
- Talk by @oskarth at [ZK Summit 11](https://www.zksummit.com/) (Athens, April 2024): [Video](https://www.youtube.com/watch?v=06CLMAuEXE4), [Slides](https://hackmd.io/TNZCDbu-T9e6lx8_Wft5ww?view).
Expand Down

0 comments on commit c9d7e09

Please sign in to comment.