# Install the specific version of abigen from .abigenrc
RUN go install github.com/ethereum/go-ethereum/cmd/abigen@$(cat .abigenrc)
# We need to isntall yarn because a bespoke dependency installed from github https://codeload.github.com/Saw-mon-and-Natalie/clones-with-immutable-arg needs it
# We need to isntall yarn because a bespoke dependency installed from github https://codeload.github.com/Saw-mon-and-Natalie/clones-with-immutable-arg needs it
# it is installed from github which means it's postpack script which uses yarn is ran when unpacked into node_modules
# it is installed from github which means it's postpack script which uses yarn is ran when unpacked into node_modules
RUN echo"downloading pnpm and yarn"&& npm i -g pnpm && npm i -g yarn@1 && pnpm --version&& yarn --version
RUN echo"downloading pnpm and yarn"&& npm i -g pnpm && npm i -g yarn@1 && pnpm --version&& yarn --version