Last active
January 18, 2022 13:27
-
-
Save petrosDemetrakopoulos/b5b2babd087677a9e9db916412297476 to your computer and use it in GitHub Desktop.
Ethairballoons deploy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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