Skip to content

Instantly share code, notes, and snippets.

View themandalore's full-sized avatar

themandalore themandalore

View GitHub Profile
@kliu128
kliu128 / Convert Ether to Dai.sol
Last active September 21, 2018 18:49
Deploys Maker contracts to a Truffle development network
OasisDEXInterface oasisDex;
WETHInterface weth;
ERC20 dai;
function createStudyWithDaiExchange(
string _name,
string _desc,
string _citation,
uint64 _expiresOn,
string _publicKey,