Skip to content

Instantly share code, notes, and snippets.

View metasikander's full-sized avatar

Sikander metasikander

View GitHub Profile

L2 protocols

Trust protocols (not always auditable)

  • Full custody (Coinbase)
  • 2-of-3 arbitration / DLC
  • Threshold multisig (ecash, Liquid)
  • Off-chain peg-out tx (statechains)
  • Collateralized custody

Payment channels

@jfrost
jfrost / fix-broken-pip.sh
Last active February 19, 2019 09:51
Fix broken python pip in Ubuntu
#!/bin/bash
sudo apt-get purge -y python-pip
cd /tmp
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py