This is a quorum && truffle/solidity && nethereum demo project
see also: https://github.com/jpmorganchase/quorum-examples
git clone https://github.com/jpmorganchase/quorum-examples
then change the VM's network settings to
config.vm.network "public_network", ip: "10.11.12.88", bridge: "en1: Wi-Fi (AirPort)"
then
cd quorum-examples
vagrant up
vagrant ssh
cd quorum-examples/7nodes/
./init.sh
./start.sh
cd truffle_example
truffle compile
truffle migrate
cd nethereum_quorum_example/ConsoleExample
dotnet run