Skip to content

Commit

Permalink
v1.8.9: should be working on Windows now (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
yerofey committed Feb 21, 2023
1 parent 68808e5 commit cdbc9c9
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 75 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Minimum Node.js version](https://badgen.net/npm/node/@yerofey/cryptowallet-cli)](https://npmjs.com/@yerofey/cryptowallet-cli)
[![NPM package version](https://badgen.net/npm/v/@yerofey/cryptowallet-cli)](https://npmjs.com/package/@yerofey/cryptowallet-cli)

> Crypto wallet generator CLI tool (currently works only on Mac and Linux, sorry Windows users)
> Crypto wallet generator CLI tool
![Screenshot](https://i.imgur.com/uWuT4lF.png)

Expand Down Expand Up @@ -155,7 +155,7 @@ $ cw -l

## TODO

- [ ] Windows support
- [ ] Test if is working on Windows (should be, actually)
- [ ] SegWit Bech32 wallet address support for all Bitcoin forks
- [ ] More EVM compatible cryptos
- [ ] tests
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yerofey/cryptowallet-cli",
"version": "1.8.8",
"version": "1.8.9",
"description": "Crypto wallet generator CLI tool",
"type": "module",
"homepage": "https://github.com/yerofey/cryptowallet-cli",
Expand Down Expand Up @@ -85,7 +85,7 @@
"tronweb": "5.0.0"
},
"devDependencies": {
"ava": "^5.1.1",
"eslint": "^8.32.0"
"ava": "^5.2.0",
"eslint": "^8.34.0"
}
}
Loading

0 comments on commit cdbc9c9

Please sign in to comment.