-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8803007
commit 976b278
Showing
9 changed files
with
263 additions
and
316 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Hyperbridge | ||
Hyperbridge is a scalable, multi-chain bridhge network. Powered by zkSNARKs, Secured by Polkadot. | ||
Hyperbridge is a hyper-scalable, bridge network. Powered by zkSNARKs, Secured by Polkadot. | ||
|
||
## Running a local tesnet with zombienet | ||
1. Download the zombienet binary for your os from https://github.com/paritytech/zombienet | ||
2. Run `./zombienet spawn --provider native ./scripts/zombienet/local-testnet.toml` | ||
|
||
## Running a local testnet with docker | ||
1. Build the hyperbridge docker image by running `docker build . -t polytopelabs/hyperbridge` | ||
1. Build the hyperbridge docker image by running `docker build -t hyperbridge -f ./scripts/docker/Dockerfile .` | ||
2. Navigate to `scripts/parachain-launch` | ||
3. Run `docker compose up` | ||
3. Run `docker compose up` |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
FROM docker.io/library/debian:bullseye-slim | ||
|
||
WORKDIR / | ||
|
||
COPY ./hyperbridge ./ | ||
|
||
|
||
ENTRYPOINT ["./hyperbridge"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters