Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add version compatibility table #57

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/devdocs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,28 @@ The integration of the FHE with Solidity means you can continue to write your sm

In this documentation, you'll find guidance on operating on encrypted data, understanding patterns in FHE-friendly code writing, and access control in FHE-based smart contracts. Let's get started.

## Version compatibility table

We encourage you to use Nitrogen as your main testnet, however if you wish to develop for Helium - then the following version compatibility table will interest you:


### Helium testnet
| Package | Version Range |
|-----------------------|-----------------------------|
| **fhenix.js** | v0.3.x |
| **fhenix-contracts** | v0.2.x |
| **fhenix-hardhat-plugin** | v0.2.2 |
| **localfhenix** | v0.2.x |


### Nitrogen testnet
| Package | Version Range |
|-----------------------|-----------------------------|
| **fhenix.js** | v0.4.1+ |
| **fhenix-contracts** | v0.3.0+ |
| **fhenix-hardhat-plugin** | v0.3.2+ |
| **localfhenix** | v0.3.2+ |

## Quick links

* [Fhenix and FHE](Fhenix%20Testnet/Fhenix-T-FHE.md)
Expand Down
Loading