Skip to content

v0.1.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 11:41
97504c3

This new version brings the following improvements:

  • All CBOR data is encoded in Canonical shape to improve Hardware Wallet compatibility
  • Correct encoding of numbers bigger than JS safe range (2^53) but still lower than 64 bits
  • Improve CIP30 error handling
  • Add certificates to the Tx builder
  • Add proposals to the Tx builder
  • Add voting to the Tx builder

Install elm-cardano 0.1.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mpizenberg/elm-cardano/releases/download/v0.1.5/elm-cardano-installer.sh | sh

Install prebuilt binaries into your npm project

npm install @mattpiz/[email protected]

Download elm-cardano 0.1.5

File Platform Checksum
elm-cardano-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
elm-cardano-x86_64-apple-darwin.tar.gz Intel macOS checksum
elm-cardano-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
elm-cardano-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum