Skip to content
View sascha1337's full-sized avatar
🧠
🧠

Organizations

@einfachiota @terrashiba @m00ntek @AquaOnJuno
Block or Report

Block or report sascha1337

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

  1. token_recommendation_algo_bigquery.sql token_recommendation_algo_bigquery.sql
    1
    #standardSQL
    2
    with top_tokens as (
    3
      select token_address, count(1) as transfer_count
    4
      from `bigquery-public-data.crypto_ethereum.token_transfers` as token_transfers
    5
      group by token_address
  2. interchain-station interchain-station Public

    The community driven interchain station.

    Dart

  3. akashifier.sh akashifier.sh
    1
    curl -qs 'https://akash.c29r3.xyz/api/akash/provider/v1beta2/providers'\
    2
          '?pagination.limit=1337&pagination.count_total=true' \
    3
              -H 'Connection: keep-alive' \
    4
              -H 'Accept: application/json, text/plain, */*' \
    5
             | tee 'akash_providerz.json' \
  4. cosmology-tech/cosmwasm-vm-js cosmology-tech/cosmwasm-vm-js Public

    Run CosmWasm smart contracts in Node.js and web browsers

    TypeScript 42 10