HeliosLang / compiler

Helios is a DSL for writing Cardano smart contracts. This library lets you compile Helios scripts and build Cardano transactions.
https://www.hyperion-bt.org/helios-book
BSD 3-Clause "New" or "Revised" License
139 stars 30 forks source link

[WIP] feat: sign data #88

Open hai-kreate opened 1 year ago

hai-kreate commented 1 year ago

This quick draft fills another missing piece from full CIP-30 support. Open questions:

Sorry again for the spaces... I'll remove them if it's too distracting for the open discussion.

christianschmitz commented 9 months ago

PR #116 implements this partially, but signData still missing from SimpleWallet (aka. WalletEmulator) hasn't implemented this yet though.

roschler commented 9 months ago

"PR https://github.com/Hyperion-BT/helios/pull/116 implements this partially, but signData still missing from SimpleWallet (aka. WalletEmulator) hasn't implemented this yet though."

@christianschmitz Is this something you need me to do to complete that PR? SimpleWallet is new to me so I don't know if it's part of a full implementation for signData.