Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcontracts committed Mar 31, 2021
1 parent d909b40 commit 7994ba6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# The Official™ Optimism Tutorial

This tutorial is an introduction to the process of developing applications on Optimistic Ethereum.
We'll take you through the process of building, testing, deploying, and interacting with an Optimistic Solidity smart contract.
We'll take you through the process of compiling, testing, and deploying a smart contract.

This tutorial aims to highlighting the similarities and differences between Ethereum and Optimistic Ethereum.
To that end, we've set the tutorial up so that you'll perform the same compile/test/deploy process on both systems at the same time.
This is *not* necessary for you to build an application on Optimistic Ethereum -- it's purely to give a side-by-side comparison.
With that said, let's dive in!

## Prerequisite Software

Expand Down Expand Up @@ -228,4 +233,4 @@ Want to try deploying contracts to the Optimistic Ethereum testnet next?

## Until next time...

![optimism-tutorial-completion](https://user-images.githubusercontent.com/37757724/113066106-96189680-917f-11eb-9580-69eb71c31b83.gif)
![optimism-tutorial-completion](https://user-images.githubusercontent.com/37757724/113066106-96189680-917f-11eb-9580-69eb71c31b83.gif)

0 comments on commit 7994ba6

Please sign in to comment.