truffle install

pull/3285/head
filip mertens 2 years ago
parent e4a484cc6d
commit 8f3fc4ae4a
  1. 9
      apps/remix-ide/ci/remixd_test.sh

@ -12,6 +12,15 @@ foundryup
forge init foundry
ls -la foundry
# install truffle with yarn
yarn global add truffle
# install truffle metacoin box
mkdir MetaCoin
cd MetaCoin
truffle unbox metacoin
sleep 5
yarn run build:e2e

Loading…
Cancel
Save