aeternity / aepp-components

deprecated: aepp-components to be used in all aepps.
ISC License
41 stars 14 forks source link

Aeternity Addresses components #88

Open muxe opened 6 years ago

muxe commented 6 years ago

following components should accept aeternity Base58 addresses:

which might look like this

ak$3rJCoZWMHx1Nz8yu5zLEVJCdUcxNrhsKzuf2eDUpAivQFqSqbxBiA4mM8C4XnCY4CvfjzZDXc8CXDR5N1TV1MxiMqmXWez

and can have different prefixes like (i think) ak, ok, th, bh, ...

keep in mind the address format might change again

muxe commented 6 years ago

I created a quickfix version of ae-address-input https://github.com/aeternity/aepp-components/tree/base58address

ae-address already accepts ak$... addresses but the base58 regex could be better

ae-identity needs some love but the general problem is that a typical address right now is 97 characters which does not chunk into blocks very well :)