Hi Everyone!
I am writing an ERC-1155 smart contract and planning to write a Go-lang script basically with goethereum to deploy it on moonbeam,
I am using openzeppelin wizard to create a base for the smart contract,
My question is how do I import the openzeppelin utilities in Go-lang, one way is to just clone everything which is for sure not a good idea , I am looking for something similar @openzeppelin/contracts node module.
We don't distribute anything for Go. You can use a Git submodule.
1 Like