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
You can use your existing web3 wallet address from MetaMask or any other Ethereum based wallet. Or create a new wallet address using either `clef` or `parallaxkey`:
81
-
82
-
```
83
-
parallaxkey generate
84
-
```
85
-
86
-
```
87
-
clef newaccount
88
-
```
89
-
90
-
We have beginner guides on how to run a Parallax node and mining. These can be found [here](https://docs.parallaxchain.org/guides).
91
-
92
-
---
93
-
94
-
## JSON-RPC (Developers)
95
-
96
-
IPC is enabled by default. Enable HTTP/WS explicitly:
0 commit comments