mlabs-haskell/CardStarter-bulk-airdrop-script

Incorporate serialise and deserialise address functions from plutus-extra

Closed this issue · 1 comments

Following the merge of #19 , we can now use a somewhat recent plutus-extra here.
We want to replace our local version of address serialisation with the ones in plutus-extra here
This task may extend into moving our address tests we wrote here to plutus-extra. In this case, leave a message in #plutus-extra, make a ticket, and move the tests over (this has already been approved by Koz)

Also use mustPayToAddress from plutus-extra, following the merge of #27