@kei.fi/claiming-contracts
v1.1.0-rc.3
Published
This repository contains the code and documentation for claiming contracts.
Downloads
157
Readme
Claiming Contracts
This repository contains the code and documentation for claiming contracts.
Prequisites
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)
Installation
To install the necessary dependencies, run:
pnpm install --frozen-lockfile
Usage
Deploying
Run folowing command for deploying/upgrading proxy contract
forge script --rpc-url <rpc-url> script/Deploy.s.sol:DeployScript --broadcast