This is a tiny example on how to use the RPCs for kaspad and kaspawallet from a dotnet project.
- Make sure you have the latest versions of kaspad and kaspawallet installed.
- Run
kaspad --utxoindex
in a separate terminal. - Run
kaspawallet start-daemon
in a separate terminal. - Run
dotnet run --project KaspaDotnetExamples
from the repository's root