Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 972 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 972 Bytes

Front_Running

This is the very begining of Fairblock: Preventing blockchain front-running with minimal overheads

ETHDKG implementation

Ferveo for VSS on the public chain

Intro video

Description

FR contains solidity smart contracts.

CryptPart contains the Golang code for IBE threshold encryption and decryption. This is built upon the IBE implementation of vuvuzela/crypto.

Run tests

FR

  1. cd FR

  2. truffle compile

  3. open Ganache, make sure what in the truffle-config.js matches with Ganache

  4. truffle migrate

  5. truffle test --show-events or truffle test

CryptPart

  1. cd CryptPart/IBEcrypto

  2. go test