1
0

🏗️」 wip(wallet): seemingly working

This commit is contained in:
2025-08-10 20:03:08 +02:00
parent c52bfff536
commit 164f8b80c8
6 changed files with 196 additions and 37 deletions

View File

@ -2,10 +2,16 @@
@default:
just -l
@build:
forge build
# To lanch the tests via foundry-rs
@test:
forge test
forge test -vv
# To generate the ABI in the deployment/ folder
@abi-gen:
solc --abi code/Kanel42_token.sol -o deployment --overwrite
@fmt:
forge fmt