Skip to content

Commit

Permalink
Etica GUI v1.0.8 release. Adds support for Etica v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wad committed Feb 13, 2024
1 parent aad05b8 commit eb57822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ git clone https://github.com/etica/etica-gui.git`
cd etica-gui/
# Install dependencies
npm install
# For windows, before launching wallet you need to unzip the geth.exe file in /bin/win/geth-unzip-in-this-folder
# Launch wallet
npm start
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eticawallet",
"version": "1.0.7",
"version": "1.0.8",
"description": "Desktop wallet for ETI and EGAZ crypto currencies",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit eb57822

Please sign in to comment.