Immediately get started developing smart contracts

Posted on Sat 28 January 2023 in tech

Immediately get started developing smart contracts using the Collective.

https://github.com/collectivexyz/foundry
collective foundry Dockerfile for Visual Studio Code
FROM ghcr.io/collectivexyz/foundry:latest
ARG PROJECT=ethproxydelegate
WORKDIR /workspaces/${PROJECT}
RUN chown -R mr.mr .
COPY --chown=mr:mr . .
ENV USER=mr
USER mr
ENV PATH=${PATH}:~/.cargo/bin
RUN yarn install --dev
RUN yarn prettier:check
RUN yarn hint
RUN forge test -vvv
view raw Dockerfile hosted with ❤ by GitHub

Full tutorial on YouTube: