mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-06-14 15:31:29 +00:00
truffle
This commit is contained in:
5
truffle/migrations/2_deploy_lazy.js
Normal file
5
truffle/migrations/2_deploy_lazy.js
Normal file
@ -0,0 +1,5 @@
|
||||
var Lazy = artifacts.require('Lazy');
|
||||
|
||||
module.exports = function(deployer) {
|
||||
deployer.deploy(Lazy);
|
||||
}
|
Reference in New Issue
Block a user