UNPKG

estdolore

Version:

0xcert protocol implementation for Ethereum blockchain.

6 lines (4 loc) 104 B
const Xct = artifacts.require('Xct'); module.exports = function(deployer) { deployer.deploy(Xct); };