Skip to content
View eliagoris's full-sized avatar

Organizations

@mentalabsio @gemworks @Loot-Heroes @opencardinal
Block or Report

Block or report eliagoris

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

Pinned Loading

  1. useful-bash-scripts-file-management.... useful-bash-scripts-file-management.bash
    1
    for i in {0..26}; do cp 0.json assets/$i.json; jq '.name = .name + " #'$i'" | .image = "'$i'.png" | .properties.files[0].uri = "'$i'.png"' assets/$i.json > tmp.$$.json && mv tmp.$$.json assets/$i.json; done
    2
    new=0;for i in assets/*.png; do mv -n "$i" assets/"$new.png"; ((new++)); done
    3
    find ./assets/ -maxdepth 1 -type f -name "*.png" | wc -l
    4
    for file in `ls -U | head -10`; do rm "$file"; done
    5
    for i in assets/*.png; do mv "$i" assets/"$(uuidgen).png"; done
  2. anchor-localnet-nfts anchor-localnet-nfts Public

    Use your Solana NFTs on localnet

    TypeScript 3

  3. opencardinal/staking-ui opencardinal/staking-ui Public

    TypeScript 1 6

  4. fully-testable-react-hooks fully-testable-react-hooks Public

    Practices to write react components and hooks in a way that it's easier to be tested. (or fully testable react hooks if you will)

    TypeScript 11

  5. solana-mint-ui solana-mint-ui Public

    Up to date mint UI for NFTs on Solana

    TypeScript 52 39

  6. gemworks/gem-farm-ui gemworks/gem-farm-ui Public

    React UI for Gem Farm

    TypeScript 31 49