This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// assembled from some stackoverflow answers | |
const start = performance.now(); | |
// Draw the fullscreen quad | |
twgl.drawBufferInfo(gl, quad_bufferInfo); | |
let sync = gl.fenceSync(gl.SYNC_GPU_COMMANDS_COMPLETE, 0); | |
checkSync = () => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copy the following GraphQL query into the TezTok API Explorer at | |
# https://graphiql.teztok.com/ | |
# Fill out the wallet, date1 and date2 parameters with the Tezos address | |
# and date range you're interested in. The output combines events() and | |
# events_aggregate() query to give you a quick overview over sales and buys | |
# over the time period. | |
# | |
# Example: |
OlderNewer