Skip to content

Instantly share code, notes, and snippets.

@karthikeyanVK
Created October 24, 2021 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karthikeyanVK/0467de33a8c9208c965b4d60d76da243 to your computer and use it in GitHub Desktop.
Save karthikeyanVK/0467de33a8c9208c965b4d60d76da243 to your computer and use it in GitHub Desktop.
var HelloBlockchain = artifacts.require("HelloBlockchain");
var Arg = "Hello world";
module.exports = deployer => {
deployer.deploy(HelloBlockchain, Arg);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment