From d29b1b463595ad95806dd887954d9a19f2d8adec Mon Sep 17 00:00:00 2001 From: Gal Rogozinski Date: Wed, 2 Jun 2021 14:31:48 +0300 Subject: [PATCH] Change pollen to devnet in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 87fd2ff..da9fe4a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# IOTA Pollen GUI Wallet +# IOTA Devnet GUI Wallet -IOTA Pollen wallet GUI, a lightweight wallet for the test Pollen network. +IOTA Devnet wallet GUI, a lightweight wallet for the test Devnet network. The wallet is configured by default to connect to a node running on your local machine. You must either run a local node or change the settings to connect to a remote node [See settings](#settings). -**Disclaimer** - This wallet is intended to demonstrate how to communicate with the Pollen network, your seed is **NOT** stored securely. +**Disclaimer** - This wallet is intended to demonstrate how to communicate with the Devnet network, your seed is **NOT** stored securely. -![Pollen Wallet](images/pollen-wallet.png) +![Devnet Wallet](images/pollen-wallet.png) ## Building @@ -47,4 +47,4 @@ npm run package-linux By default the application is configured to access a `GoShimmer` nodes API running on your local machine at `http://127.0.0.1:8080`. To make it communicate with another node you can change the endpoint in the settings page. -![Pollen Wallet](images/pollen-settings.png) \ No newline at end of file +![Devnet Wallet](images/pollen-settings.png)