Skip to content
View kay-is's full-sized avatar
🚮
!!
🚮
!!

Highlights

  • Pro

Block or report kay-is

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. permaweb-crawlerpermaweb-crawlerPublic

    TypeScript 1 1

  2. awesome-tagged-templatesawesome-tagged-templatesPublic

    A list of libraries and learning resources for ES2015 tagged template literals

    98 4

  3. web3-from-zeroweb3-from-zeroPublic

    A basic introduction to web3 and its concepts, using the JavaScript you already know.

    HTML 326 30

  4. react-from-zeroreact-from-zeroPublic

    A simple (99% ES2015 less) tutorial for React

    HTML 4.6k 400

  5. Using Lit Protocol with Web3AuthUsing Lit Protocol with Web3Auth
    1
    <!DOCTYPE html>
    2
    3
    <title>Using Lit Protocol with Web3Auth</title>
    4
    5
    <scriptsrc="https://unpkg.com/@web3auth/modal@3.3.0/dist/modal.umd.min.js"></script>
  6. localStorage.jslocalStorage.js
    1
    // Save one string
    2
    letstring="a";
    3
    4
    // A string can be written directly into localStorage
    5
    localStorage.setItem("myKey",string);