Skip to content

Commit

Permalink
Merge pull request #16 from zama-ai/updateREADME
Browse files Browse the repository at this point in the history
chore: update README for mockedFrontend
  • Loading branch information
jatZama authored Dec 20, 2024
2 parents 74eb9c7 + 02a8d69 commit 375f242
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The server listens on [http://localhost:5173/](http://localhost:5173/)
npm run build
```

## Using the mocked coprocessor for front end

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.

## Documentation

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

0 comments on commit 375f242

Please sign in to comment.