Skip to content

Instantly share code, notes, and snippets.

View jackzampolin's full-sized avatar
🏴
The movement's in motion with mass militant poetry

Jack Zampolin jackzampolin

🏴
The movement's in motion with mass militant poetry
View GitHub Profile
Verifying my Blockstack ID is secured with the address 15eVUr5CtuLAcbUEedzHZZK5quKCfQ6cgE https://explorer.blockstack.org/address/15eVUr5CtuLAcbUEedzHZZK5quKCfQ6cgE
Verifying my Blockstack ID is secured with the address 1HDq8cuiL1WVHYW6WWvKQVziC1ysch6DBe https://explorer.blockstack.org/address/1HDq8cuiL1WVHYW6WWvKQVziC1ysch6DBe
Verifying my Blockstack ID is secured with the address 18QifCARcwvw6hUajYwuB1U2NAUU7jt5Jb https://explorer.blockstack.org/address/18QifCARcwvw6hUajYwuB1U2NAUU7jt5Jb
@jackzampolin
jackzampolin / policy.md
Last active March 14, 2018 20:35
Privacy Policy For Apps

This is my privacy policy for google oauth. If you are seeing this, assume I'm tracking everything that you do on my little slice of internet here (even though I'm not).

@jackzampolin
jackzampolin / node.blockstack.org.json
Last active January 29, 2018 17:39
node.blockstack.org performance
{
"get_all_namespaces": {
"max": "739.252341ms",
"mean": "739.252341ms",
"min": "739.252341ms",
"numCalls": "1",
"p50": "739.252341ms",
"p90": "739.252341ms",
"p95": "739.252341ms"
},
@jackzampolin
jackzampolin / keybase.md
Created January 22, 2018 18:30
keybase.md

Keybase proof

I hereby claim:

  • I am jackzampolin on github.
  • I am jack_zampolin (https://keybase.io/jack_zampolin) on keybase.
  • I have a public key ASBCz2pf8nAbsD0ywLJjeMhU2PqPpavtLj2DIlYhW9Vu_go

To claim this, I am signing this object:

@jackzampolin
jackzampolin / up-and-running.md
Last active January 10, 2018 17:56
Getting Multi Reader Up and running
# Clone both repos
git clone git@github.com:blockstack/blockstack.js.git $PROJECTS/github.com/blockstack/blockstack.js
git clone git@github.com:blockstack/blockstack-browser.git $PROJECTS/github.com/blockstack/blockstack-browser

# Build and link the develop branch blockstack.js
cd $PROJECTS/github.com/blockstack/blockstack.js
git checkout develop
git pull
npm install

Every issue gets an area/* and kind/* Once they are prioritized they also get a priority/*

Kind Examples:

  • api-change
  • bug
  • cleanup
  • design
  • documentation
  • discussion
@jackzampolin
jackzampolin / README.md
Last active January 30, 2023 18:36
Insight API Queries for Explorer

GET

Transactions by block and address

This endpoint returns full transaction data for blocks and Addresses

NOTE: there is an undocumented param to paginate, didn't go digging