File tree 6 files changed +6
-4
lines changed
6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# all your base are belong to you.
2
2
3
+ <p ><img src =" ./base.jpeg " /></p >
4
+
3
5
This guide is intended to act as a tour of the Base ecosystem in order to help
4
6
with technical ramping to the protocol. It is intended to be a crash course moving
5
7
through major topics, providing links to articles and tutorials to help filter out
Original file line number Diff line number Diff line change 2
2
3
3
# Base
4
4
5
- <p ><img src =" ./Base_Wordmark_Blue.svg " />
5
+ <p ><img src =" ./Base_Wordmark_Blue.svg " /></ p >
6
6
7
7
Now that we’ve covered core features of Ethereum as well as how Solidity and
8
8
Smart Contract development works, we can dive into learning about Base. To get
Original file line number Diff line number Diff line change 2
2
3
3
# Blockchain Basics
4
4
5
- <p ><img src =" ./whatisablockchain.png " />
5
+ <p ><img src =" ./whatisablockchain.png " /></ p >
6
6
7
7
Blockchains are complex. The technology that makes them work is a result of
8
8
decades of innovation across several disciplines. To understand how we got to
Original file line number Diff line number Diff line change 2
2
3
3
# Ethereum
4
4
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 >
6
6
7
7
Base is a layer 2 (L2) blockchain network built on top of Ethereum. In order to
8
8
understand how the L2 rollup works, you need to have a good understanding of how
Original file line number Diff line number Diff line change 2
2
3
3
# Smart Contracts and Solidity
4
4
5
- <p ><img src =" ./logo.svg " />
5
+ <p ><img src =" ./logo.svg " /></ p >
6
6
7
7
Smart Contracts are coded contracts deployed onto a blockchain network. These
8
8
contracts are immutable and transactions executed on a smart contract are
You can’t perform that action at this time.
0 commit comments