v3.1.0
- 3.1.0 is based on .NET 6.0 SDK, please install it from https://dotnet.microsoft.com/download/dotnet/6.0
- Pay attention: mainnet network id:
860833102
, testnet network id:877933390
.
NOTE!
This is for N3 network only,absolutely different from Neo Legacy (2.x).
If you'd like to useApplicationLogs
,TokensTracker
,StateService
orOracleService
, you should installRpcServer
first!
Nep17Tracker
is removed and merged intoTokensTracker
.
Recommend to install it in neo-cli like this:
neo> install RpcServer
neo> install ApplicationLogs
neo> install TokensTracker
...
When StateService installed, please remove existed data and resync to ensure state root correct.