Open ivelin opened 2 years ago
5+ points
5+ points
I think 1-2 weeks is about right. Is that 5 or 10 points?
Let's call that 10 points!
On Tue, Sep 20, 2022 at 8:45 AM Ivelin Ivanov @.***> wrote:
5+ points
I think 1-2 weeks is about right. Is that 5 or 10 points?
— Reply to this email directly, view it on GitHub https://github.com/SporosDAO/sweat-token/issues/140#issuecomment-1252549973, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABORUYPAWB4ZU3T3YFEPZ3TV7HL2LANCNFSM6AAAAAAQRF4UDU . You are receiving this because you commented.Message ID: @.***>
useChainGuard
implemented , published as npm and submitted to Kali team for review.
https://github.com/kalidao/hooks/pull/5
It is also now adopted in the Sporos DAO UI: https://github.com/SporosDAO/sweat-token/pull/141
Initial set of React hooks to make it easier to build UI features in Sporos DAO, Kali DAO and other apps based on Kali OS smart contracts:
Repo here: https://github.com/kalidao/hooks
Initial set of hooks:
useChainGuard
to protect users from voting on the wrong chain.useDaoContext
to simplify pulling basic information about a DAOuseEtherscanLink
to generate a URL to the appropriate blockchain explorer where a DAO transaction took place.