1
0

🏗️」 wip: work in progress, not done yet.

This commit is contained in:
2025-08-10 14:58:24 +02:00
parent da391a72de
commit b2cceef044
8 changed files with 103 additions and 52 deletions

View File

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