Skip to content

Instantly share code, notes, and snippets.

@petrosDemetrakopoulos
Last active January 18, 2022 13:27
Show Gist options
  • Save petrosDemetrakopoulos/b5b2babd087677a9e9db916412297476 to your computer and use it in GitHub Desktop.
Save petrosDemetrakopoulos/b5b2babd087677a9e9db916412297476 to your computer and use it in GitHub Desktop.
Ethairballoons deploy
Car.deploy(function (err, success) {
if (!err) {
console.log('Deployed successfully');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment