Create account

1545d
I announce my new BCH project! SIGNUP, a non-custodial web-based key signer and social interaction library for devs. It's still WIP so feel free to checkout the website and leave a feedback 👀

https://signup.cashIt's an open source project for sure: https://github.com/signupcashLike to contribute to the project? Join the Telegram to help with discussions, test and early access: https://t.me/joinchat/NAXHtw_YK7Qu_MDJt3aOZw
replied 1544d
Interesting. If Member were to offer a signup signin, would users need to confirm each trx?
replied 1544d
Yes confirmation happens in the form of a modal inside Member (technically an iframe to secure.signup.cash to sign there)Embedded buttons (like MoneyButton) can also be provided to pay, like, follow but I'm not a fan of this method because it limits the consistency of the web design and also less secure
replied 1544d
I guess confirmation on every action would be a significant UI degradation for Member - especially considering posting a Memorandum can require dozens of actions.
I guess Member could offer it as an alternative authorization method if there is a demand for it.
replied 1544d
Custom buttons can fix it but the only challenge is how to style it with your own CSS since technically the button is not on your domain. I like to think containerized css-in-js
replied 1544d
Like Styled Components can fix it 🤔
replied 1544d
Would be amazing if you're open to try it out. Will definitely ping you when it's ready to be tested