XDagger / XDAG-Pro

XDAG-Pro is a cross-platform wallet project for XDAG.
MIT License
8 stars 7 forks source link

[Functional] Select network when create a wallet #5

Open FSOL-XDAG opened 1 year ago

FSOL-XDAG commented 1 year ago

Choosing the network in the settings is a nonsense. There is no point in having the same address on testnet or mainnet.

image

It is therefore interesting to define when creating the wallet if it is on the mainnet or on the testnet.

image

If XDAG-Pro will eventually be able to manage multiple wallets on a single terminal, it will be much more useful this way.

amazingCoding commented 1 year ago

As you can see, all the settings on the Settings page are actually client-side configurations, not blockchain configurations. Setting the network here simply means that the URL requested by the client when requesting RPC is different.

In fact, the wallet address generated by the mnemonic or private key you have does not differentiate between testnet and mainnet.

FSOL-XDAG commented 1 year ago

@Holt666 Thanks.

@amazingCoding Can you considere again this request ?