Skip to content

Commit

Permalink
docs: readd devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Aug 29, 2024
1 parent c2d3d1d commit fd59b0a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 9 deletions.
Binary file added docs/.gitbook/assets/remixide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions docs/fundamentals/write_contract/remix.md
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>
21 changes: 18 additions & 3 deletions docs/getting_started/devnet/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# Zama Devnet

{% 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 %}
## Devnet information

Our devnet is up and running.

<!-- markdown-link-check-disable -->

| Fields | Value |
| ------------------ | --------------------------------------------- |
| New RPC URL | https://devnet.zama.ai |
| Chain ID | 9000 |
| Currency symbol | ZAMA |
| Gateway URL | https://gateway.devnet.zama.ai |
| Faucet URL | https://faucet.zama.ai |
| Block explorer URL | https://explorer.devnet.zama.ai (coming soon) |

<!-- markdown-link-check-enable -->

## Configuring MetaMask

<!-- markdown-link-check-disable -->

Expand Down
4 changes: 0 additions & 4 deletions docs/getting_started/devnet/faucet.md
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/).

0 comments on commit fd59b0a

Please sign in to comment.