https://github.com/maticnetwork/v3-scale-testbench
https://github.com/maticnetwork/v3-scale-testbench
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maticnetwork/v3-scale-testbench
- Owner: maticnetwork
- Created: 2022-04-04T12:36:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T13:32:43.000Z (almost 4 years ago)
- Last Synced: 2025-06-22T01:47:58.630Z (12 months ago)
- Language: HCL
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# V3-scale-testbench
## Steps
### Aws setup
Create the container registry in AWS. There should be one created already.
### Build docker image locally and upload to Github.
Go to the `v3` repo and run:
```
$ docker build -t example .
```
This will create a local docker image with name `example`.
### Generate account keys
```
$ ./setup-accounts.sh
```
### Deploy the infrastructure
```
$ terraform init
$ terraform apply
```
TODO:
- docker image upload.