Learn in Public
  • Initial page
  • NOTES
    • Data Structures
      • Use cases
    • System Design
    • Angel Investing
    • Blockchain
      • Blockchain Interoperability
      • Consensus Algorithm
      • Wallet
      • dApps
    • Brain-computer interface
    • Cognitive Science
      • Memory
      • Neuroeconomics
    • JavaScript
      • Date
      • 📚Untitled
      • Basics
      • Front-end Interview Questions
      • JS Snippets
    • Machine Learning
      • OpenAI
    • MongoDB
    • GraphQL
    • TypeScript
    • UI / UX
    • Design Systems
    • Web Development
      • React
        • File Structure
        • Hooks 🎣
        • Next.js
      • Fetch API
      • Deployment
      • Accessibility
      • DNS Settings
      • css
        • CSS Structure
      • Pretty Website
      • Design Tools
      • Snippets
    • Remote
    • Flight Pricing
    • Mental Model
    • Surveillance
    • Web optimization
    • Archive
      • Cannabis
Powered by GitBook
On this page

Was this helpful?

  1. NOTES

Blockchain

Proof-of-stake (PoS)

  • Tendermint

    • Instant finality (~1-3 seconds), cannot be uncommitted/reverted

Proof-of-work (PoW)

  • Bitcoin

    • Movement of value

    • It only gets finalized when it's deep in the chain

    • Slow finality due to non-probabilistic finality (~10 mins)

  • Ethereum

    • Smart contracts

    • Ethereum and Ethereum Classic cannot have the same validator set because fundamentally they have different philosophies

    • Cryptokitties's transactions were hogging up the Ethereum's transaction log.

Smart Contracts

  • It should be just smart contract

  • The issue comes when people create an application-based app using smart contract

  • Cosmos SDK makes it really easy to write their own application

Application-Specific Chains

  • Reduces attack surface

  • Efficiency gains due less computational overhead

  • Fine tune to optimize for your application

Hard Spoon

“A hard spoon is a meta-protocol on top of a blockchain creating a token that inherits the blockchain’s underlying token’s balances. The idea of a soft spoon would be to create two competing *branches of a protocol* within *the same blockchain.*” — Vitalik Buterin

PreviousAngel InvestingNextBlockchain Interoperability

Last updated 5 years ago

Was this helpful?