Skip to content

thegitparticle/simple-ethereum-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤚Simple Series

The Simple Series aims to maintain repos of the simplest way to build various frontends that interact with smart contracts. You can find more from this series at the end of this page.

Simple Ethereum Contract

Here is the simplest ethereum virtual machine smart contract. You tell the contract a joke and it will send some ether in return. It is built using Foundry. You can interact with this contract using this web-dapp. The contract and this dapp are made to work with the Ethereum Goerli Testnet currently.

How it use?

  1. Close the repo.
  2. forge build to build the contracts.
  3. forge test to run tests
  4. To deploy it on your own. You can use the forge create .... More details here

Contributions

All kinds of contributions from upgrading the code, libraries, readme, add new features, etc. are welcome.

More from the 🤚Simple Series

  1. Simple Ethereum Dapp

About

🤚 Simplest eth contract to demo basics of contract writing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published