Skip to content

Instantly share code, notes, and snippets.

View laurogripa's full-sized avatar
📚
learning

Lauro Gripa laurogripa

📚
learning
View GitHub Profile

Linking my account laurogripa on GitHub with my address 5Ea2TqgqRAYzQRv7gqxtiXMHqubZeVt7mJXDAaWumqv965HC on Substrate in mycryptoprofile.io, and the challenge code is: ed375882a0f28e83f1459747838da37c. #LitentryVerifyMyAddress

# Welcome to Sonic Pi v2.10
set_volume! 10
use_bpm 30
melody = ring(
chord_degree(5, :d, :major, 4),
chord_degree(4, :d, :major, 4),
chord_degree(1, :d, :major, 4),
import hashlib
# HASH
string = "whatever"
hashlib.sha256(string.encode()).hexdigest()
# BLOCK
block = 1
nonce = 60209
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.
@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