🎉」 init: started blockchain dev

This commit is contained in:
2025-07-24 12:42:33 +02:00
parent d52aad94aa
commit f148526efa
6 changed files with 67 additions and 1 deletions

View File

@ -39,12 +39,17 @@
nodejs_22
pnpm
just
foundry
];
shellHook = ''
if [ ! -d node_modules/ ]; then
echo Installing node env
pnpm install
fi
if [ ! -d lib/ ]; then
echo Installing foundry env
forge i
fi
export PATH+=:$(pwd)/node_modules/.bin
echo entering ft_trans env
'';