An open API service indexing awesome lists of open source software.

https://github.com/scroll-tech/scroll-guides


https://github.com/scroll-tech/scroll-guides

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![Scroll Guides](./assets/banner.png)

[![Twitter Follow](https://img.shields.io/twitter/follow/Scroll_ZKP?style=social)](https://twitter.com/Scroll_ZKP)
[![Discord](https://img.shields.io/discord/984015101017346058?color=%235865F2&label=Discord&logo=discord&logoColor=%23fff)](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