https://github.com/scroll-tech/scroll-guides
https://github.com/scroll-tech/scroll-guides
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/scroll-tech/scroll-guides
- Owner: scroll-tech
- License: mit
- Created: 2023-06-30T21:40:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T15:11:19.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T16:12:49.587Z (about 1 year ago)
- Language: TypeScript
- Size: 777 KB
- Stars: 47
- Watchers: 20
- Forks: 273
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://twitter.com/Scroll_ZKP)
[](https://discord.gg/scroll)
# Scroll Guides
The following guides are guidelines tailored to specific subjects. They serve as comprehensive resources, encompassing all the necessary information for successfully accomplishing a particular task.
## Getting Started
### [contract-deploy-demo](https://github.com/scroll-tech/scroll-guides/tree/main/contract-deploy-demo)
This project demonstrates how to use hardhat or foundry to deploy a contract in Scroll's rollup network. This project contains a simple contract that will lock a certain amount of Ether in the deployed contract for a specified amount of time.
## Miscellaneous
### [create2-demo](https://github.com/scroll-tech/scroll-guides/tree/main/create2-demo)
This project demonstrates how to use the `create2` opcode and tests it across various networks.
### [gas-estimation-demo](https://github.com/scroll-tech/scroll-guides/tree/main/gas-estimation-demo)
This project demonstrates how to use estimate gas on Scroll