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

https://github.com/scroll-tech/3rd-party-contracts


https://github.com/scroll-tech/3rd-party-contracts

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

This repository contains a script for deploying smart contracts that will be launching on Scroll. It is designed to simplify the deployment process to Scroll testnets.

# 🚀 How to deploy

First, create an `.env` following the `.env.example` format. Then run the following commands.

```
git submodule init
git submodule update
bash run_deploy.sh
```

The results should be located on the `output/` directory.