I ran into a few issues while trying to follow the instructions at https://github.com/block-core/blockcore/blob/master/Documentation/getting-started.md
- Blockcore requires .NET 6.0 SDK, which I had to install
- Blockcore requires librocksdb-dev on debian/ubuntu which I had to install via apt
- The actual project directories are different than the Stratis project from which it was forked