bob-collective / ui

BOB is a hybrid L2 that combines the security of Bitcoin with the versatility of Ethereum
0 stars 0 forks source link

Support taproot addresses #287

Open slavastartsev opened 1 week ago

slavastartsev commented 1 week ago

With this task we want to allow users to bridge their assets from taproot addresses tb1p.... Enhance bob-sdk -> utxo.ts - for each output check if it contains inscriptions using ordinal client. if it does then exclude it from possibleInputs. Enhance sats-wagmi -> estimates fee for bridge and stake bob-ui -> remove guards against taproot addresses (AddressType.p2tr) Ordinals api -> https://docs.ordinals.com/guides/api.html