Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created January 21, 2018 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssaurel/a3d54dc3fdca46e7d74e3180fd701c97 to your computer and use it in GitHub Desktop.
Save ssaurel/a3d54dc3fdca46e7d74e3180fd701c97 to your computer and use it in GitHub Desktop.
Blockchain data format for a tutorial on toutsurlebitcoin.fr
public class Blockchain {
private int difficulty;
private List<Block> blocks;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment