Skip to content

Commit

Permalink
Fix: glossary reference to Arbitrum Rollup protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
TucksonDev committed Oct 16, 2023
1 parent 333eeda commit 1a622ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions arbitrum-docs/for-devs/quickstart-solidity-hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ We'll install the rest of our dependencies as we go.
- These transactions can be expensive when the network is under heavy load.
- **Arbitrum**
- Arbitrum is a suite of L2 scaling solutions for dApp developers.
- <a data-quicklook-from="arbitrum-one">Arbitrum One</a> is an L2 chain that implements the <a data-quicklook-from="arbitrum-rollup">
Arbitrum Rollup
</a> protocol.
- <a data-quicklook-from="arbitrum-one">Arbitrum One</a> is an L2 chain that implements the <a data-quicklook-from="arbitrum-rollup-protocol">
Arbitrum Rollup protocol
</a>
.
- You can use Arbitrum One to build user-friendly dApps with high throughput, low latency, and low transaction costs while inheriting Ethereum's high security standards[^4].

Let's review our vending machine's Javascript implementation, then convert it into a Solidity smart contract, then deploy it to Arbitrum One.
Expand Down

0 comments on commit 1a622ca

Please sign in to comment.