thebananostand icon indicating copy to clipboard operation
thebananostand copied to clipboard

There's always money in The Banano Stand, a cryptocurrency web wallet.

Results 15 thebananostand issues
Sort by recently updated
recently updated
newest added

A link like this `https://thebananostand.com/?request=send&address=ban_1rainrjfauss66rbormm3td5gucnnza41w78qepdmzy15dprgb6qrp6x516h` results in: ![image](https://github.com/dev-ptera/thebananostand/assets/984584/7cb56092-86b9-4100-99b7-8b5d1f15a7ef) There's no way to specify the amount...

![image](https://github.com/dev-ptera/thebananostand/assets/984584/77c6d2b5-19f6-4dbe-b99f-8994b1ea9dd3) This is kinda problematic when I was thinking of onboarding some new monkes today 😅 I had some trouble seeing that the option was still there. (but also, maybe...

Accidentally pasted an address into the Value field. Resulted in an "e" being inputted. Manually typing an e does not work. Only pasting. Probably shouldn't process exponents.

post to get the list of banano NFTs an address owns. example address ban_1jsdpfa46qh5u49t3mbhisngtqunj43zc1k9x73okk6syi54zkugy1psyer1 https://nft.coranos.cc/api?action=get_nft_owner_assets&owner=ban_1jsdpfa46qh5u49t3mbhisngtqunj43zc1k9x73okk6syi54zkugy1psyer1 response (no nfts): {"success":true,"asset_owners":[]} response (some nfts) ```js { "success":true, "asset_owners": [ { "template":"QmbEFhEg7h4fuS34huLARat7KqSQutPfa55fjE8irBEq6G", }...

![image](https://github.com/dev-ptera/thebananostand/assets/49297268/3e566b30-696f-47f2-ada0-a9dd2a973e55) Code is a bit messy since I don't know angular, and any angular I learned from the last PR I already forgot, sorry. Eg, pretty sure `BehaviorSubject` and the...

Kalium API has a limit of 100 requests a minute; update the wallet to respect rate limits, customizable per source.

![image](https://github.com/dev-ptera/thebananostand/assets/80925677/b5c2f473-0f1a-4bde-9c5b-e1670af01984)

This could be implemented by having a webservice subscribed to a Banano node websocket and then thebananostand can subscribe to the webservice to receive push notifications.