ADAOcommunity / round-table

A web-based Cardano wallet
https://roundtable.adaodapp.xyz
Apache License 2.0
38 stars 46 forks source link

Support sending to more types of addresses #102

Closed siegfried closed 2 years ago

siegfried commented 2 years ago

Byron Address

Which is used by major crypto exchanges.

Enterprise Address

Which is supposed to be used by crypto exchanges so let's get it supported as well.

rodrigomd94 commented 2 years ago

I tested enterprise addresses and they seem to work fine. They're basically an address with only the payment part if I understand correctly.

siegfried commented 2 years ago

@rodrigomd94 what address did you use?

rodrigomd94 commented 2 years ago

@rodrigomd94 what address did you use?

I generated one using pycardano: https://pycardano.readthedocs.io/en/latest/guides/address.html

siegfried commented 2 years ago

Fixed by #106