Skip to content

Solidity Smart Contract that take donations of 1 and upto 10 (Ethereum)

Notifications You must be signed in to change notification settings

Salah-1/ether10project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solidity APP

This is a Solidity Contract that takes donations of 1 upto 10 Ether.

It shows the following uses among other things:

  • Array
  • Mapping
  • Transfer
  • Input checking via require
  • And Openzeppelin's Ownership and Ownable concepts among other things
  • Forge: Uses the commandline Foundry std test and anvil.
  • Relevant Code: /src and /test.

Usage

Build and Test

cd  ether10project

$ forge compile --verbose
$ forge test -vv

About

Solidity Smart Contract that take donations of 1 and upto 10 (Ethereum)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published