/test-sol

Test sol

Primary LanguageSolidity

test.sol

setup

./setup.sh

you must

  • make all github actions go green

you can

  • install new foundry libs
  • install new npm packages

you cannot

  • edit files listed in constant.txt
  • edit constant.txt
  • use vm inside the Exercise unless it's explicitely allowed

difficulty

  • 00_welcome: *
  • 01_delegation: **
  • 02_pack: **
  • 03_deposit: ***
  • 04_brute_power: **********

hint

  • use act to run the github actions locally

documentation

  • documentating your resolution process is valuable, even more if the exercise is not resolved !
  • you can write your notes in the following sections

00_welcome

01_delegation

02_pack

03_deposit

04_brute_power