Skip to content

Instantly share code, notes, and snippets.

@iboss-ptk
Last active February 23, 2022 07:15
Show Gist options
  • Save iboss-ptk/c48a2533964e4efa4c1c239f77ff3a39 to your computer and use it in GitHub Desktop.
Save iboss-ptk/c48a2533964e4efa4c1c239f77ff3a39 to your computer and use it in GitHub Desktop.

Resources

Articles / Videos

Important Layer1 protocols

Non-smart contract chain

Privacy

EVM-based chain

Rust-based chain

  • Cosmos (internet of blockchains, cosmwasm smart contract language is in rust but the chain is in Go)
  • Terra (stablecoin app specific blockchain built on Cosmos)
  • ThorChain (Liquidity network, filling some CEX duty with decentralized approach, built on Cosmos)
  • Solana (fastest chain alive, closely related to FTX, one of the big exchange)
  • Near (tryna be more user friendly and scalable)
  • Polkadot (try to make blockchain interop seamless, but different approach from Cosmos)

Oracles

Tech Stack

Client

Infrastructure

  • GCP
    • Cloud function
    • Cloud SQL
  • Docker
  • Terraform
  • Circle CI

Third Party

  • AlphaPoint (core matching engine, crypto exchange platform) (there are some discussion about moving away from it and build our own engine once we are more established but not now)
  • Verifio (no public website, eKYVC solution)
  • Coinfirm (for AML)
  • choosing (due to SEC requirement)
    • Fireblocks (more advance technology and better API but SEC does not like it since it's self-custodial by default, we are seeing if there is any provider that can use provide custodial service through this platform and AlphaPoint integration is seamless)
    • BitGo (alternative)
  • Coinbase (liquidity source, improves our orderbook)

Practices

  • formless agile (we use what we see fit)
  • trunk-based developement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment