Skip to content

Commit

Permalink
Merge pull request #57 from FhenixProtocol/compatibility-version-table
Browse files Browse the repository at this point in the history
Add version compatibility table
  • Loading branch information
Cashmaney authored Nov 13, 2024
2 parents f7221c4 + 05b1f94 commit 540c071
Showing 1 changed file with 22 additions and 0 deletions.
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

0 comments on commit 540c071

Please sign in to comment.