Skip to content

Instantly share code, notes, and snippets.

View 1Busayo's full-sized avatar

Samuel Fanimokun 1Busayo

View GitHub Profile
@1Busayo
1Busayo / Rinkeby.md
Created July 19, 2020 22:41 — forked from bneiluj/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,

@1Busayo
1Busayo / Sublime Text 3 Command
Created July 16, 2020 11:24 — forked from vanderlin/Sublime Text 3 Command
Create a Sublime Text 3 symbolic link to open a file via command line. paste this into terminal and now you can run `subl .` to open the directory in sublime or `subl file.html`
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
@1Busayo
1Busayo / Sublime Text 3 Command
Created July 16, 2020 11:24 — forked from vanderlin/Sublime Text 3 Command
Create a Sublime Text 3 symbolic link to open a file via command line. paste this into terminal and now you can run `subl .` to open the directory in sublime or `subl file.html`
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl