Skip to content

Commit 4be9c61

Browse files
committed
add logo to readme
1 parent 831aff1 commit 4be9c61

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

based/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# all your base are belong to you.
22

3+
<p><img src="./base.jpeg"/></p>
4+
35
This guide is intended to act as a tour of the Base ecosystem in order to help
46
with technical ramping to the protocol. It is intended to be a crash course moving
57
through major topics, providing links to articles and tutorials to help filter out

based/base.jpeg

68.8 KB
Loading

based/base/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Base
44

5-
<p><img src="./Base_Wordmark_Blue.svg"/>
5+
<p><img src="./Base_Wordmark_Blue.svg"/></p>
66

77
Now that we’ve covered core features of Ethereum as well as how Solidity and
88
Smart Contract development works, we can dive into learning about Base. To get

based/blockchain-basics/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Blockchain Basics
44

5-
<p><img src="./whatisablockchain.png"/>
5+
<p><img src="./whatisablockchain.png"/></p>
66

77
Blockchains are complex. The technology that makes them work is a result of
88
decades of innovation across several disciplines. To understand how we got to

based/ethereum/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Ethereum
44

5-
<p><img width="61.4" height="100" src="./eth-diamond-purple.png"/>
5+
<p><img width="61.4" height="100" src="./eth-diamond-purple.png"/></p>
66

77
Base is a layer 2 (L2) blockchain network built on top of Ethereum. In order to
88
understand how the L2 rollup works, you need to have a good understanding of how

based/solidity/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Smart Contracts and Solidity
44

5-
<p><img src="./logo.svg"/>
5+
<p><img src="./logo.svg"/></p>
66

77
Smart Contracts are coded contracts deployed onto a blockchain network. These
88
contracts are immutable and transactions executed on a smart contract are

0 commit comments

Comments
 (0)