Skip to content
View liqtags's full-sized avatar
🎯
🎯
Block or Report

Block or report liqtags

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
liqtags/README.md

Pinned Loading

  1. DexScreenerClient DexScreenerClient Public

    Dex goes Brrrrrrr

    Python 29 15

  2. shamir shamir Public

    Shamir Secret Sharing implementation in Typescript

    TypeScript 2

  3. vanity-addy vanity-addy Public

    A tool to create a vanity ethereum address like 0x999 or 0x420

    TypeScript

  4. YeetRecovery YeetRecovery Public

    This Script will help you recover a airdrop from your Yeeted / Compromised Wallet.

    TypeScript 2

  5. raydiumWatcher raydiumWatcher Public

    Raydium new pairs watcher

    Rust 1

  6. Shopify Liquid Cheatsheet Shopify Liquid Cheatsheet
    1
    Shopify objects that contain attributes that can be dynamically put on the page. For example, the product object contains an attribute called title that can be used to output the title of a product.
    2
    
                  
    3
    The handle is used to access the attributes of a Liquid object. By default, it is the object’s title in lowercase with any spaces and special characters replaced by hyphens (-). Every object in Liquid (product, collection, blog, menu) has a handle.
    4
    
                  
    5
    Collections & Products