Skip to content

Instantly share code, notes, and snippets.

@MariusVanDerWijden
Created July 8, 2020 09:20
Show Gist options
  • Save MariusVanDerWijden/e31b91d16b3a5d84d5c3c3b528d5f951 to your computer and use it in GitHub Desktop.
Save MariusVanDerWijden/e31b91d16b3a5d84d5c3c3b528d5f951 to your computer and use it in GitHub Desktop.
// Deploy a new contract
addr, tx, ctr, err := coolcontract.DeployCoolContract(transactOpts, backend)
// Check if the contract was deployed successfully
_, err = bind.WaitDeployed(ctx, backend, tx)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment