Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 396 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 396 Bytes

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