UNPKG

merkle-tree-rollup

Version:
6 lines (4 loc) 134 B
const KeccakExample = artifacts.require('KeccakExample'); module.exports = function(deployer) { deployer.deploy(KeccakExample); };