git ssb

0+

dangerousbeans / etherstreams



Tree: 9c5e476770c6ad80f8b4c419dc3cd196f8e88259

Files: 9c5e476770c6ad80f8b4c419dc3cd196f8e88259 / migrations / 2_deploy_contracts.js

165 bytesRaw
1var EtherStream = artifacts.require("./EtherStream.sol");
2
3module.exports = function(deployer) {
4 deployer.deploy(EtherStream, "0x00000", "EtherStreams", true);
5};
6

Built with git-ssb-web