Skip to content

Commit

Permalink
instruction on using orm archiver
Browse files Browse the repository at this point in the history
  • Loading branch information
bianyuanop committed Jan 30, 2024
1 parent 18bc3fc commit 03026b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,18 @@ relying on a trusted relayer or bridge (just the validators of the `SeqVM` and `
sending the message). This feature is still in-progress and we will be sharing more details in
the upcoming months.

## Before running tests or launching subnet

1. Clone https://github.com/AnomalyFi/hypersdk and run `docker compose up -d` in hypersdk repository folder
2. Run `docker compose -f postgresql-compose.yml` in the node-seq(this repository) folder to launch postgresql database
3. To run e2e test, run `MODE="test" ARCHIVER_CONFIG_PATH="./archiver_config.json" ./scripts/run.sh`

## Demos

The first step to running these demos is to launch your own `SeqVM` Subnet. You
can do so by running the following command from this location (may take a few
minutes):

```bash
./scripts/run.sh;
```
Expand Down

0 comments on commit 03026b9

Please sign in to comment.