node-ui icon indicating copy to clipboard operation
node-ui copied to clipboard

Terminal UI for remote Algorand node management.

Results 6 node-ui issues
Sort by recently updated
recently updated
newest added

Better transaction details. The current version prints raw msgpack data of the transaction, this could be more readable. Some ideas: * Formatted section for common transaction headers (sender, receiver, fee,...

good first issue
help wanted

Add filters to the block explorer to show only blocks matching some expression. Example expressions: * proposer equals * contains transaction: * for asset * for application * for Account

good first issue
help wanted

Similar to the block explorer tab, you should be able to select an account and get details. Some initial brainstorming for details that could be included: * Created Apps /...

good first issue
help wanted

A shortcut that pops up a dialog and allows sending a payment. [Shortcuts tab](https://github.com/algorand/node-ui/blob/c47dac4f9cfdd4de3070cfdef53e405f9d4a75be/tui/internal/bubbles/about/utils.go#L11).

good first issue
help wanted

Refactor the styles so that they can be swapped out for different themes. Most of the colors are hard coded in the [Style object](https://github.com/algorand/node-ui/blob/c47dac4f9cfdd4de3070cfdef53e405f9d4a75be/tui/internal/style/style.go#L16). The rest are scattered about in...

good first issue
help wanted

Option for dynamically adding and removing accounts from the accounts tab.

good first issue
help wanted