🧠
prof. in WASMology & stable confusion .ckpt AI/ML Specialist
Bleeding Edge R&D - Fullstack Dev - Advisor
Web3 EVM COSM P2P Decentralization #IBCGang #IOTA
Pinned Loading
-
token_recommendation_algo_bigquery.sql
token_recommendation_algo_bigquery.sql 1#standardSQL
2with top_tokens as (
3select token_address, count(1) as transfer_count
4from `bigquery-public-data.crypto_ethereum.token_transfers` as token_transfers
5group by token_address
-
-
akashifier.sh
akashifier.sh 1curl -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' \
-
cosmology-tech/cosmwasm-vm-js
cosmology-tech/cosmwasm-vm-js PublicRun CosmWasm smart contracts in Node.js and web browsers
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.