https://github.com/scroll-tech/3rd-party-contracts
https://github.com/scroll-tech/3rd-party-contracts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scroll-tech/3rd-party-contracts
- Owner: scroll-tech
- License: mit
- Created: 2022-12-27T01:31:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T12:34:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-29T14:40:13.505Z (about 1 year ago)
- Language: JavaScript
- Size: 280 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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.