Show / Hide Table of Contents
Last modified: 2024-12-30
sidebar_labelsidebar_position
'Neo Node Introduction'0

Neo Node Introduction

Nodes that store all of the blockchain are called β€œfull-nodes”. They are connected to the blockchain through a P2P network. All the nodes in the blockchain network are equal, they act both as a client interface and as a server.

There are two full-node programs:

  • Neo-CLI, which provides a command-line interface and a set of RPC API for developers. It also helps other nodes achieve consensus with the network and is involved in generating new blocks.

  • Neo-GUI, which provides a graphical interface for ordinary users and developers, with most functions except consensus.

Neo-GUINeo-CLI
Releases Download Download
Source code GitHub GitHub

Neo-GUI and Neo-CLI comparison

Neo-GUINeo-CLI
General
Graphic interfaceβœ”
Command line interfaceβœ”
Query blocks/transactions/assetsβœ”
Wallet
Create walletβœ”βœ”
Open walletβœ”βœ”
Import/Export key pairβœ”βœ”
Import mnemonics into walletβœ”
Upgrade wallet fileβœ”
Show all key pairsβœ”βœ”
Show all addressesβœ”βœ”
Show all assetsβœ”βœ”
Transferβœ”βœ”
Claim GASβœ”βœ”
Create addressβœ”βœ”
Create multi-party signed addressβœ”βœ”
Generate multiple addressesβœ”
Change wallet passwordβœ”βœ”
Delete addressβœ”βœ”
Contract
Query contractβœ”
Deploy contractβœ”βœ”
Invoke contractβœ”βœ”
Advanced
Register to candidateβœ”βœ”
Votingβœ”βœ”
Custom transaction constructionβœ”
Signatureβœ”βœ”
Data conversionβœ”
JSON-RPCβœ”
Participate in blockchain consensusβœ”

NEO-CLI security policy

To enable an external program to access the node API, you need to open the firewall port.

To avoid the significant security risk, a whitelist or firewall must be used to block external server requests.

Neo-CLI does not provide the function to remotely switching on/off the wallet, and it does not verify the process when opening a wallet. Therefore, you should set your own security policies. The wallet must be kept open all the time to respond to the withdrawal requests of users. For security reasons, the wallets should be run in an independent server on which the firewall is configured properly, as shown below.

Main NetTest Net
JSON-RPC via HTTPS1033120331
JSON-RPC via HTTP1033220332
P2P via TCP1033320333
P2P via WebSocket1033420334