Skip to content

Instantly share code, notes, and snippets.

@Shih-Yu
Created January 10, 2022 22:24
Show Gist options
  • Save Shih-Yu/678bf22634d8690675cd70e7e48506fb to your computer and use it in GitHub Desktop.
Save Shih-Yu/678bf22634d8690675cd70e7e48506fb to your computer and use it in GitHub Desktop.
const SimpleStorage = artifacts.require("SimpleStorage");
module.exports = function (deployer) {
deployer.deploy(SimpleStorage);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment