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

Organizations

@einfachiota@terrashiba@m00ntek@AquaOnJuno

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. token_recommendation_algo_bigquery.sqltoken_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-stationinterchain-stationPublic

    The community driven interchain station.

    Dart

  3. akashifier.shakashifier.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. hyperweb-io/cosmwasm-vm-jshyperweb-io/cosmwasm-vm-jsPublic

    Run CosmWasm smart contracts in Node.js and web browsers

    TypeScript 44 12