Skip to content

Instantly share code, notes, and snippets.

@fzeoli
Last active May 15, 2019 15:41
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 fzeoli/297f1b98cd25b4d9c7b0e77e3c15a6cf to your computer and use it in GitHub Desktop.
Save fzeoli/297f1b98cd25b4d9c7b0e77e3c15a6cf to your computer and use it in GitHub Desktop.
usePlugin("@nomiclabs/buidler-web3");
task("balance", "Prints an account's balance")
.addParam("account", "The account's address")
module.exports = {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment