A minimal and modular smart contract project built using Foundry and CyfrinUpdraft. Ideal for rapid prototyping, testing, and deploying EVM-based contracts.
Clone the repository to run locally.
curl -L https://foundry.paradigm.xyz | bash
foundryupforge installforge buildforge test -vvforge script script/Deploy.s.sol --rpc-url <YOUR_RPC_URL> --private-key <YOUR_KEY> --broadcastMake sure to replace with your environment variables or .env file.