Skip to content

Jolah1/foundry-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foundry Project

A minimal and modular smart contract project built using Foundry and CyfrinUpdraft. Ideal for rapid prototyping, testing, and deploying EVM-based contracts.

🚀 Getting Started

Clone the repository to run locally.

📥 Install Foundry

curl -L https://foundry.paradigm.xyz | bash
foundryup

Install Dependencies

forge install

Compile Contracts

forge build

Run Tests

forge test -vv

Deployment (via Script)

forge script script/Deploy.s.sol --rpc-url <YOUR_RPC_URL> --private-key <YOUR_KEY> --broadcast

Make sure to replace with your environment variables or .env file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors