mixer deploy WIP

This commit is contained in:
Alexey 2019-07-12 18:04:45 +03:00
parent 19f916e6fd
commit fb3f2425d2
10 changed files with 2143 additions and 40 deletions

View file

@ -0,0 +1,6 @@
require('dotenv').config()
const Verifier = artifacts.require("Verifier");
module.exports = function(deployer) {
deployer.deploy(Verifier);
};