You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,20 @@ $ yarn global add @yerofey/cryptowallet-cli
41
41
$ bun add -g @yerofey/cryptowallet-cli
42
42
```
43
43
44
+
## Install (on a server)
45
+
46
+
> Recommended for generating a wallet with long prefixes/suffixes or generating a lot of wallets at once
47
+
48
+
You can rent a VDS/VPS on [aeza.net](https://aeza.net/?ref=439099) for an hour or a day and run [this](https://gist.github.com/yerofey/c1cbf80bdfacfad668f53d595f890c44) one-liner to install `cw` tool:
49
+
50
+
```bash
51
+
# install `cw` tool on a server with all dependencies
@@ -252,9 +268,11 @@ Each chain JSON file is structured to provide essential information about the bl
252
268
-`network`: The type of network or protocol the blockchain follows (e.g., EVM for Ethereum-compatible chains).
253
269
-`startsWith`: The set of characters that the wallet address typically starts with.
254
270
-`prefixTest`: A regular expression pattern that tests for valid characters that can appear in the prefix of a wallet address.
271
+
-`rareSymbols`: (Optional) A regular expression pattern that tests for rare symbols that can appear in the wallet address.
255
272
-`apps`: An array of supported wallet applications that can be used with the generated addresses.
256
273
-`flags`: An array of supported features for the wallet generation. Common flags include `m` for mnemonic support, `n` for generating multiple wallets, `p` for prefix support, and `s` for suffix support.
257
274
-`formats`: (Optional) An object defining multiple wallet formats if the blockchain supports more than one format. Each format should specify its unique properties.
275
+
-`beta`: (Optional) A boolean value indicating if the chain is in beta testing. If set to `true`, the chain will be marked as beta in the list of supported chains.
258
276
259
277
By following this structure, the `cw` tool can understand and support wallet generation for a wide array of blockchains.
0 commit comments