rooch-network / rooch

VApp Container with Move Language for Bitcoin ecosystem
https://rooch.network
Apache License 2.0
161 stars 84 forks source link

Support nostr address format #2209

Closed jolestar closed 2 months ago

jolestar commented 3 months ago

After #1770, all Bitcoin addresses can generate a rooch address. The nostr address is the same as the bitcoin taproot address type bip340 nips01

relative issue #406 #451

feliciss commented 3 months ago

I think I can look the first issue #2211.

jolestar commented 3 months ago

@feliciss, Can you continue the second issue? It just updates the RoochOrBitcoinAddress::from_str, for supports parsing nostr bech32 address -> Bitcoin Address -> RoochAddress.

feliciss commented 3 months ago

@feliciss, Can you continue the second issue? It just updates the RoochOrBitcoinAddress::from_str, for supports parsing nostr bech32 address -> Bitcoin Address -> RoochAddress.

Okay.

feliciss commented 3 months ago

Submitted a new PR #2235.

feliciss commented 3 months ago

Is the third task related to TypeScript?

jolestar commented 3 months ago

Is the third task related to TypeScript?

yes

feliciss commented 3 months ago

Is the third task related to TypeScript?

yes

I think it might be handled by @wow-sven ?