Skip to content

Instantly share code, notes, and snippets.

View ponty96's full-sized avatar
🏠
Working from home

Aregbede Ayomide ponty96

🏠
Working from home
View GitHub Profile
@ponty96
ponty96 / Rinkeby.md
Created November 29, 2017 08:21 — forked from learner-long-life/Rinkeby.md
How to get on Rinkeby Testnet in less than 10 minutes

How to get on Rinkeby Testnet in less than 10 minutes

Following instructions from the excellent https://www.rinkeby.io/

Synchronizing a Full Node

A full node lets you access all state. There is a light node (state-on-demand) and wallet-only (no state) instructions as well,

@ponty96
ponty96 / System Design.md
Created April 18, 2016 15:51 — forked from vasanthk/System Design.md
System Design Cheatsheet

#System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

##Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?