January 2019
Beginner to intermediate
372 pages
11h 17m
English
The original NEO-CLI implementation is written in C#, and the source code can be found at https://github.com/neo-project/neo-cli. This implementation requires a user node with .NET Core installed to run the compiled binary. The repository explains how to set up .NET Core in different environments. A dynamic link library (DLL) file in the source code needs to be executed to run the NEO-CLI. Once .NET Core is installed on your system, the following command starts an NEO-CLI full node process:
$ dotnet neo-cli.dll
The full node uses three different ports for JSON-RPC (10332), P2P via TCP (10333), and P2P via WebSocket (10334). JSON-RPC has an HTTPS version (10331), in addition to this. NEO uses a different set of ports ...
Read now
Unlock full access