Skip to content

Instantly share code, notes, and snippets.

View zac-williamson's full-sized avatar

Zachary James Williamson zac-williamson

View GitHub Profile
/* global expect, contract, beforeEach, web3, it:true */
const EC = require('elliptic');
const BN = require('bn.js');
const crypto = require('crypto');
const Weierstrudel = require('../out/Weierstrudel');
const Monty = require('../out/Monty');
const weierstrudelContract = new web3.eth.Contract(Weierstrudel.abi);
const montyContract = new web3.eth.Contract(Monty.abi);