/kaspadotnet

Some examples on how to use the kaspa APIs under dotnet

Primary LanguageC#ISC LicenseISC

kaspadotnet

This is a tiny example on how to use the RPCs for kaspad and kaspawallet from a dotnet project.

Instructions

  1. Make sure you have the latest versions of kaspad and kaspawallet installed.
  2. Run kaspad --utxoindex in a separate terminal.
  3. Run kaspawallet start-daemon in a separate terminal.
  4. Run dotnet run --project KaspaDotnetExamples from the repository's root