This repository contains the code and documentation for claiming contracts.
This repository requires installation of following depedencies:
- Node.j v20.16.0
- pnpm v8.14.1
- foundry v0.2.0 (462b2ac6c 2024-10-16T05:35:03.193244349Z)
To install the necessary dependencies, run:
pnpm install --frozen-lockfile
Run folowing command for deploying/upgrading proxy contract
forge script --rpc-url <rpc-url> script/Deploy.s.sol:DeployScript --broadcast