Skip to content
View eliagoris's full-sized avatar

Organizations

@mentalabsio @gemworks @Loot-Heroes @opencardinal @thevalkar

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

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

    Free battle-tested self-service NFT staking platform on Solana

    TypeScript 1 6

  4. solana-mint-ui solana-mint-ui Public

    Up to date mint UI for NFTs on Solana

    TypeScript 53 40

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

    React UI for Gem Farm

    TypeScript 31 49