Skip to content
View Alex-CoolCats's full-sized avatar

Block or report Alex-CoolCats

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cool-cats-web-components cool-cats-web-components Public archive

    https://alex-coolcats.github.io/cool-cats-web-components/

    TypeScript 1

  2. papercats-web3-utils papercats-web3-utils Public

    A web3 util library allowing easy web3 connections for your react dapp.

    TypeScript 1

  3. coolcatsnft/papercats-example coolcatsnft/papercats-example Public

    https://coolcatsnft.github.io/papercats-example/

    JavaScript 1

  4. coolcatsnft/web3-widget coolcatsnft/web3-widget Public

    https://coolcatsnft.github.io/web3-widget/

    JavaScript 1

  5. useLocalStorage hook for react with ... useLocalStorage hook for react with a default expiry timestamp
    1
    import { useCallback, useEffect, useState } from "react";
    2
    
                  
    3
    const ONE_DAY = 60 * 60 * 24;
    4
    const ONE_MS = 1000;
    5