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

Docs/devnet release #481

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
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
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/).