-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2d3d1d
commit fd59b0a
Showing
4 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# Using Remix | ||
|
||
Previously, we had a Remix version working with fhEVM. Since fhEVM 0.5.0, we can no longer maintain this fork, so we are working on a plugin for Remix IDE to interact with fhEVM chains. Stay tuned! | ||
We have decided to deprecate our Remix fork in favor of a new plugin we are currently developing. This plugin will enable you to develop your contracts directly on [the official Remix IDE](https://remix.ethereum.org) by simply loading the fhEVM plugin. | ||
|
||
In the meantime, you can use [the official Remix IDE](https://remix.ethereum.org) to deploy and interact with your contracts, but without the possibility to encrypt inputs or decrypt ciphertexts. | ||
To use it: | ||
|
||
1. Go to the "Plugin Manager" page | ||
2. Click on "Connect to a Local Plugin" | ||
3. Fill the name with "Zama" and the "Url" with "https://remix.zama.ai/" | ||
4. Keep "Iframe" and "Side panel" and validate | ||
|
||
<figure><img src="../../.gitbook/assets/remixide.png" alt="How to install Remix IDE plugin" width="300"><figcaption> | ||
</figcaption></figure> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# Using Zama Faucet | ||
|
||
{% hint style="warning" %} | ||
**Devnet down** Our devnet is currently offline but will be up soon! In the meantime, develop your contracts using a local instance. | ||
{% endhint %} | ||
|
||
You can get 10 Zama token on [https://faucet.zama.ai/](https://faucet.zama.ai/). |