Skip to content

Commit

Permalink
Merge pull request #681 from OffchainLabs/glossary-ref-fix
Browse files Browse the repository at this point in the history
Fix: glossary reference to Arbitrum Rollup protocol
  • Loading branch information
symbolpunk committed Oct 16, 2023
2 parents 0e8e1eb + f5e447e commit 479cf20
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

1 comment on commit 479cf20

@vercel
Copy link

@vercel vercel bot commented on 479cf20 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.