Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 3.52 KB

RELEASE_TEMPLATE.md

File metadata and controls

79 lines (49 loc) · 3.52 KB

Compatible with jormungandr@{{JORM_TAG}} and cardano-node@{{CARDANO_NODE_TAG}}.

{{CHANGELOG}}

Known Issues

Documentation

Cardano (cardano-node) ITN (Jörmungandr)
API Documentation API Documentation
CLI Manual CLI Manual
Docker Manual Docker Manual

Installation Instructions

Cardano (cardano-node)

  1. Install cardano-node@{{CARDANO_NODE_TAG}}.

  2. Download the provided cardano-wallet-shelley for your platform, and uncompress it in a directory that is on your $PATH, e.g. /usr/local/bin. Or %PATH% on Windows.

  3. Start cardano-wallet --help and see available parameters.

Docker

Pull from DockerHub and verify the version matches {{CABAL_VERSION}}.

$ docker pull inputoutput/cardano-wallet:{{CABAL_VERSION}}-shelley
$ docker run --rm inputoutput/cardano-wallet:{{CABAL_VERSION}}-shelley version

ITN (jormungandr)

  1. Install jormungandr@{{JORM_TAG}}.

  2. Download the provided cardano-wallet-jormungandr for your platform, and uncompress it in a directory that is on your $PATH, e.g. /usr/local/bin. Or %PATH% on Windows.

  3. (optional) Install the bash/zsh auto-completion script according to the jormungandr cli manual

  4. Start cardano-wallet --help and see available parameters.

Docker

Pull from DockerHub and verify the version matches {{CABAL_VERSION}}

$ docker pull inputoutput/cardano-wallet:{{CABAL_VERSION}}-jormungandr
$ docker run --rm inputoutput/cardano-wallet:{{CABAL_VERSION}}-jormungandr version

Signatures

Name Role Approval
Matthias Benkort @KtorZ Technical Team Lead
Piotr Stachyra @piotr-iohk QA Engineer
Tatyana Valkevych @tatyanavych Release Manager