Skip to content

Instantly share code, notes, and snippets.

View laurogripa's full-sized avatar
📚
learning

Lauro Gripa laurogripa

📚
learning
View GitHub Profile
Places
29 Arlington Avenue
Arthur Dent's house
Asbleg
Barnard's Star
Belgium
Betelgeuse
Bistro Illegal
Boston
Bournemouth
@laurogripa
laurogripa / Rinkeby.md
Last active March 2, 2018 03:39 — forked from learner-long-life/Rinkeby.md
Setting up a full or light node on Rinkeby Testnet

Setting up a full or light node on Rinkeby Testnet

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

Synchronizing a 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,

@laurogripa
laurogripa / workshop.md
Last active May 17, 2018 21:46
Ethereum Blockchain Workshop

Content

  • How to create a local network
  • How to manage accounts and execute transactions
  • How to create and compile Smart Contracts in Solidity
  • How to deploy and interact with contracts in a local network

Dependencies

  • node
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import hashlib
# HASH
string = "whatever"
hashlib.sha256(string.encode()).hexdigest()
# BLOCK
block = 1
nonce = 60209