Skip to content
View playerx's full-sized avatar
🃏
🃏
  • Jok Entertainers Inc.
  • Tbilisi, Georgia

Organizations

@jokio @ScanProduct

Block or report playerx

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
playerx/README.md

About me

I love creating online games 👾 entertaining people 🤡


My recent (hobby) projects:

  • https://jlpt.zone - Easy way to study japanese words and prepare for JLPT exams.
  • https://jok.land - Avatar System for Web3
  • https://jok.ge - Turn-based online card game (20k+ monthly active users)
  • https://ezeki.eth.link - Simple Wallet, which transforms any word into secured wallet. Useful in specific use-cases.
  • https://scanproduct.app - Scan barcode and find information about the product, like manufacturing country, etc. (2M+ products scanned in first 3 months)


Pinned Loading

  1. jokio/sdk jokio/sdk Public

    SDK for building decentralised localfirst web apps. Provides tts ai model integrations, realtime p2p communication & crypto encryptions.

    TypeScript

  2. JSON.ts JSON.ts
    1
    export const jsonReplacer = (_: string, value: unknown) => {
    2
      if (value instanceof Map)
    3
        return { __type: 'Map', value: Array.from(value.entries()) }
    4
    
                  
    5
      if (value instanceof Set)
  3. account-abstraction-webauthn account-abstraction-webauthn Public

    Forked from G7DAO/account-abstraction-webauthn

    A research project to use WebAuthn with Account Abstraction (ERC 4337)

    Solidity