Skip to content

Commit 02a8d69

Browse files
committed
chore: update README for mockedFrontend
1 parent 74eb9c7 commit 02a8d69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ The server listens on [http://localhost:5173/](http://localhost:5173/)
2626
npm run build
2727
```
2828

29+
## Using the mocked coprocessor for front end
30+
31+
As an alternative to use the real coprocessor deployed on Sepolia, to help you develop your dApp faster and without needing testnet tokens, you can use a mocked fhevm. Currently, we recommend you to use the `ConfidentialERC20` dApp example available on the [`mockedFrontend` branch of this repository](https://github.com/zama-ai/fhevm-react-template/tree/mockedFrontend). Follow the README on this branch, and you will be able to deploy exactly the same dApp both on Sepolia as well as on the mocked coprocessor seamlessly.
32+
2933
## Documentation
3034

3135
For more information about fhevmjs, you can [read the documentation](https://docs.zama.ai/fhevm).

0 commit comments

Comments
 (0)