Skip to content
Alexander Klee edited this page Aug 26, 2021 · 7 revisions

Please install the following tools

Tool Version Required Check
vscode >= 1.59.1 [No] code --version
.NET >= 5.0.302 [Yes] dotnet --version
cardano-node >= 1.28.0 [Int] cardano-node --version
cardano-cli >= 1.28.0 [Int] cardano-cli --version
.NET Codeformatter >= 5.0.302 [Review] CodeFormatter --version
  • [Int] = Integration Testing
  • [Review] = Used during code review
Clone this wiki locally