Robinhood's Nockchain GUI Wallet

Wanted to share something I came up with to make Nockchain easier to use

Be sure to be running a node in the backround so everything works smoothly..

5 Likes

Nice work! This could end up being the electrum of nock ecosystem.

2 Likes

Github updated :

Added support for signing and verifying messages.

2 Likes

Github Updated : Added Price and 24hr Change from Coinpaprika API to footer

2 Likes

New modern UI update, functionality remains the same as before.

1 Like

New Update : Support for multiple pubkeys (main+children) with dropdown choice

2 Likes

Added Create Wallet (with warning), Derive Children (1 up to 100 automatically), Import and Export Keys.

1 Like

Fully refactored to work with gRPC instead of socket.

Note: Must be on latest Nockchain version for this to work.

1 Like

Removed manual check balance
Added automated check balance for selected key
Added Top Right sidebar Balance in Nocks / Nicks / USD Value
Added sidebar for Block Explorers / Mining Pools
Added Node Status Checks

1 Like

great work

1 Like

How does Nockchain handle fee logic in the wallet? Fixed gas or dynamic?

Fixed, any amount of Nicks will go through, I just use 1 Nick.

Bug : Previously sending from a Child address would fail.

Update : Added support for --index flag on create-tx to support Child sending.

When Deriving Children in the wallet a file is created called childrenindexes.csv which has your index at the start then the pubkey so you have an easy way to find out the specific pubkeys index.

For Children add the Index (0,1,2 etc), For Master pubkey leave blank to send.

1 Like

Does this GUI wallet support all core Nockchain features like staking, sending, and receiving tokens?

I try to add features as they become available. Currently no staking(no support from Nockchain), but it supports sending and receiving + a few other things.

2 Likes

Wow, really nice work! I need to have a fully synced node to run it though still right? It doesn’t have a built in node yet, correct?

Yes, for now you need to have a fully synced node.

This looks great! Will the NockGUIWallet support multiple accounts or just a single wallet at a time?