Skip to content

nabil-ziani/foundry-smart-contract-lottery

Repository files navigation

Foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

// Layout of Contract:
// version
// imports
// errors
// interfaces, libraries, contracts
// Type declarations
// State variables
// Events
// Modifiers
// Functions

// Layout of Functions:
// constructor
// receive function (if exists)
// fallback function (if exists)
// external
// public
// internal
// private
// internal & private view & pure functions
// external & public view & pure functions

Deployed contract on Sepolia

0xFa2F42C93B0Be218FA38061b0A9Fe5600870bA00

About

Learning the foundry framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published