Skip to content

A simple fund storage and withdrawal contract written in Solidity to demonstrate smart contracts and development practices.

Notifications You must be signed in to change notification settings

Mutualideas/solidity-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository serves as a personal library and learning platform for myself. It is designed to be a refresher project example for myself on Solidity and smart contract development.

This project was developed with help from Patrick Collins's Foundry Fundamentals course on Cyfrin Updraft. Numerous comments have been transcribed from his excellent explanations of the inner workings of Solidity.

Content

Library encompasses a variety of Solidity contracts and development practices including:

  • Fund Storage & Withdrawal Contract
  • Deployment Scripts
  • Reminders & Explanatory Comments for Solidity Syntax
  • Library Remappings
  • Unit & Integration Tests
  • Makefile
  • Mock Contract

Requirements

Contracts Utilized

Quickstart

  1. Clone the repo:

    git clone https://github.com/Mutualideas/Simple-Solidity-Project-Template
  2. Test Contract

    forge test
    
  3. Build Contract

    forge build
    

About

A simple fund storage and withdrawal contract written in Solidity to demonstrate smart contracts and development practices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published