Skip to content

Instantly share code, notes, and snippets.

@Groxan
Groxan / TezosRandomSeed.cs
Last active May 16, 2019 14:24
Example of generation of a random seed from the revealed nonces in the Tezos blockchain
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Isopoh.Cryptography.Blake2b;
using Newtonsoft.Json.Linq;
using Netezos.Rpc;
namespace TezosRandomSeed
{