Leveraged Token powered by Rari Fuse.
Requires foundry.
- Clone the repository
git clone git@github.com:risedle/flt.git cd flt/
- Download all the dependencies
forge update
Run the following command to run the test:
forge test --fork-url ALCHEMY_URL --fork-block-number BLOCK_NUMBER
Use blocknumber 14615745
to test before Rari Fuse hack.
If you are using Visual Studio Code, install the following extensions:
- Solidity for code highlight and more.