neo-project / neo-node

MIT License
229 stars 223 forks source link

Neo CLI v3.3.0 - LevelDBStore was not found in the dictionary #867

Closed SkyKarma closed 2 years ago

SkyKarma commented 2 years ago

I just downloaded the v3.3.0 release source code (zip)

Gone into the neo-cli folder and ran the following commands:

"dotnet restore" "dotnet publish -c release -r linux-arm64"

When i try to run this on a linux arm64 machine, i keep getting KeyNotFoundException, the given key "LevelDBStore" was not present...

I downloaded the plugin manually and added it into the plugins folder, but still not working