Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.12 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.12 KB

🤚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