-
Notifications
You must be signed in to change notification settings - Fork 47
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
d46565b
commit 6ff210d
Showing
11 changed files
with
1,438 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
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.
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,237 @@ | ||
version: "3.7" | ||
services: | ||
relaychain-alice: | ||
ports: | ||
- 9944:9944 | ||
- 9933:9933 | ||
- 30333:30333 | ||
volumes: | ||
- relaychain-alice:/data | ||
build: | ||
context: . | ||
dockerfile: relaychain.Dockerfile | ||
command: | ||
- --base-path=/data | ||
- --chain=/app/rococo-local.json | ||
- --validator | ||
|
||
- --rpc-external | ||
- --rpc-cors=all | ||
- --name=alice | ||
- --alice | ||
- --rpc-methods=unsafe | ||
- --enable-offchain-indexing=true | ||
- --pruning=archive | ||
- --force-authoring | ||
environment: | ||
RUST_LOG: babe=debug | ||
ulimits: &a1 | ||
nofile: | ||
soft: 65536 | ||
hard: 65536 | ||
relaychain-bob: | ||
ports: | ||
- 9945:9945 | ||
- 9935:9935 | ||
- 30334:30334 | ||
volumes: | ||
- relaychain-bob:/data | ||
build: | ||
context: . | ||
dockerfile: relaychain.Dockerfile | ||
command: | ||
- --base-path=/data | ||
- --chain=/app/rococo-local.json | ||
- --validator | ||
|
||
- --rpc-external | ||
- --rpc-cors=all | ||
- --name=bob | ||
- --bob | ||
- --rpc-methods=unsafe | ||
- --enable-offchain-indexing=true | ||
- --pruning=archive | ||
- --force-authoring | ||
environment: | ||
RUST_LOG: parachain::candidate-backing=trace | ||
ulimits: *a1 | ||
relaychain-charlie: | ||
ports: | ||
- 9946:9946 | ||
- 9936:9936 | ||
- 30335:30335 | ||
volumes: | ||
- relaychain-charlie:/data | ||
build: | ||
context: . | ||
dockerfile: relaychain.Dockerfile | ||
command: | ||
- --base-path=/data | ||
- --chain=/app/rococo-local.json | ||
- --validator | ||
|
||
- --rpc-external | ||
- --rpc-cors=all | ||
- --name=charlie | ||
- --charlie | ||
- --rpc-methods=unsafe | ||
- --enable-offchain-indexing=true | ||
- --pruning=archive | ||
- --force-authoring | ||
environment: | ||
RUST_LOG: parachain::candidate-backing=trace | ||
ulimits: *a1 | ||
relaychain-ferdie: | ||
ports: | ||
- 9948:9948 | ||
- 9937:9937 | ||
- 30336:30336 | ||
volumes: | ||
- relaychain-ferdie:/data | ||
build: | ||
context: . | ||
dockerfile: relaychain.Dockerfile | ||
command: | ||
- --base-path=/data | ||
- --chain=/app/rococo-local.json | ||
- --validator | ||
|
||
- --rpc-external | ||
- --rpc-cors=all | ||
- --name=ferdie | ||
- --ferdie | ||
- --rpc-methods=unsafe | ||
- --enable-offchain-indexing=true | ||
- --pruning=archive | ||
- --force-authoring | ||
environment: | ||
RUST_LOG: parachain::candidate-backing=trace | ||
ulimits: *a1 | ||
relaychain-eve: | ||
ports: | ||
- 9949:9949 | ||
- 9938:9938 | ||
- 30337:30337 | ||
volumes: | ||
- relaychain-eve:/data | ||
build: | ||
context: . | ||
dockerfile: relaychain.Dockerfile | ||
command: | ||
- --base-path=/data | ||
- --chain=/app/rococo-local.json | ||
- --validator | ||
|
||
- --rpc-external | ||
- --rpc-cors=all | ||
- --name=eve | ||
- --eve | ||
- --rpc-methods=unsafe | ||
- --enable-offchain-indexing=true | ||
- --pruning=archive | ||
- --force-authoring | ||
environment: | ||
RUST_LOG: parachain::candidate-backing=trace | ||
ulimits: *a1 | ||
parachain-2000-0: | ||
ports: | ||
- 9988:9988 | ||
- 9951:9951 | ||
- 31200:31200 | ||
volumes: | ||
- parachain-2000-0:/hyperbridge/data | ||
build: | ||
context: . | ||
dockerfile: parachain-2000.Dockerfile | ||
command: | ||
- --base-path=/hyperbridge/data | ||
- --chain=/app/dev-2000-2000.json | ||
|
||
- --rpc-external | ||
- --rpc-cors=all | ||
- --name=parachain-2000-0 | ||
- --collator | ||
- --rpc-methods=unsafe | ||
- --force-authoring | ||
- --enable-offchain-indexing=true | ||
- --pruning=archive | ||
- --alice | ||
- --node-key=34346b565d57aa11cf437e3a6498781c62c152a47b3b485d8cdeaa691c75b71c | ||
- --listen-addr=/ip4/0.0.0.0/tcp/30333 | ||
- -- | ||
- --chain=/app/rococo-local.json | ||
- --name=relaychain-alice | ||
environment: | ||
RUST_LOG: sc_basic_authorship=trace | ||
ulimits: *a1 | ||
parachain-2000-1: | ||
ports: | ||
- 9989:9989 | ||
- 9952:9952 | ||
- 31201:31201 | ||
volumes: | ||
- parachain-2000-1:/hyperbridge/data | ||
build: | ||
context: . | ||
dockerfile: parachain-2000.Dockerfile | ||
command: | ||
- --base-path=/hyperbridge/data | ||
- --chain=/app/dev-2000-2000.json | ||
|
||
- --rpc-external | ||
- --rpc-cors=all | ||
- --name=parachain-2000-1 | ||
- --collator | ||
- --rpc-methods=unsafe | ||
- --force-authoring | ||
- --enable-offchain-indexing=true | ||
- --pruning=archive | ||
- --bob | ||
- --bootnodes=/dns/parachain-2000-0/tcp/30333/p2p/12D3KooWAUFa6koFfKLzCHS6gCjYmgkquYhPNxN9pw2sTzAJzn9z | ||
- --listen-addr=/ip4/0.0.0.0/tcp/30333 | ||
- -- | ||
- --chain=/app/rococo-local.json | ||
- --name=relaychain-bob | ||
environment: | ||
RUST_LOG: sc_basic_authorship=trace | ||
ulimits: *a1 | ||
parachain-2000-2: | ||
ports: | ||
- 9990:9990 | ||
- 9953:9953 | ||
- 31202:31202 | ||
volumes: | ||
- parachain-2000-2:/hyperbridge/data | ||
build: | ||
context: . | ||
dockerfile: parachain-2000.Dockerfile | ||
command: | ||
- --base-path=/hyperbridge/data | ||
- --chain=/app/dev-2000-2000.json | ||
|
||
- --rpc-external | ||
- --rpc-cors=all | ||
- --name=parachain-2000-2 | ||
- --collator | ||
- --rpc-methods=unsafe | ||
- --force-authoring | ||
- --enable-offchain-indexing=true | ||
- --pruning=archive | ||
- --charlie | ||
- --bootnodes=/dns/parachain-2000-0/tcp/30333/p2p/12D3KooWAUFa6koFfKLzCHS6gCjYmgkquYhPNxN9pw2sTzAJzn9z | ||
- --listen-addr=/ip4/0.0.0.0/tcp/30333 | ||
- -- | ||
- --chain=/app/rococo-local.json | ||
- --name=relaychain-charlie | ||
environment: | ||
RUST_LOG: sc_basic_authorship=trace | ||
ulimits: *a1 | ||
volumes: | ||
relaychain-alice: null | ||
relaychain-bob: null | ||
relaychain-charlie: null | ||
relaychain-ferdie: null | ||
relaychain-eve: null | ||
parachain-2000-0: null | ||
parachain-2000-1: null | ||
parachain-2000-2: null |
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,96 @@ | ||
# Relaychain Configuration | ||
relaychain: | ||
image: parity/polkadot:v1.1.0 # the docker image to use | ||
chain: rococo-local # the chain to use | ||
runtimeGenesisConfig: # additonal genesis override | ||
configuration: | ||
config: | ||
validation_upgrade_cooldown: 10 | ||
validation_upgrade_delay: 10 | ||
env: # environment variables for all relaychain nodes | ||
RUST_LOG: parachain::candidate-backing=trace | ||
flags: # additional CLI flags for all relaychain nodes | ||
- --rpc-methods=unsafe | ||
- --enable-offchain-indexing=true | ||
- --pruning=archive | ||
nodes: # nodes config | ||
- name: alice # the node name and session key, this imply `--alice` | ||
wsPort: 9944 # default ws port number is `9944 + global_node_index` | ||
rpcPort: 9933 # default rpc port number is `9933 + global_node_index` | ||
port: 30333 # default libp2p port number is `30333 + global_node_index` | ||
flags: # additional CLI flags for this node | ||
- --force-authoring | ||
env: | ||
RUST_LOG: babe=debug # environment varitables for this node | ||
- name: bob | ||
wsPort: 9945 # default ws port number is `9944 + global_node_index` | ||
rpcPort: 9935 # default rpc port number is `9933 + global_node_index` | ||
port: 30334 # default libp2p port number is `30333 + global_node_index` | ||
flags: # additional CLI flags for this node | ||
- --force-authoring | ||
- name: charlie | ||
wsPort: 9946 # default ws port number is `9944 + global_node_index` | ||
rpcPort: 9936 # default rpc port number is `9933 + global_node_index` | ||
port: 30335 # default libp2p port number is `30333 + global_node_index` | ||
flags: # additional CLI flags for this node | ||
- --force-authoring | ||
- name: ferdie | ||
wsPort: 9948 # default ws port number is `9944 + global_node_index` | ||
rpcPort: 9937 # default rpc port number is `9933 + global_node_index` | ||
port: 30336 # default libp2p port number is `30333 + global_node_index` | ||
flags: # additional CLI flags for this node | ||
- --force-authoring | ||
- name: eve | ||
wsPort: 9949 # default ws port number is `9944 + global_node_index` | ||
rpcPort: 9938 # default rpc port number is `9933 + global_node_index` | ||
port: 30337 # default libp2p port number is `30333 + global_node_index` | ||
flags: # additional CLI flags for this node | ||
- --force-authoring | ||
|
||
# Parachain Configuration | ||
parachains: | ||
# Config for first parachain | ||
- image: polytopelabs/hyperbridge | ||
chain: # this could be a string like `dev` or a config object | ||
base: dev-2000 # the chain to use | ||
collators: # override collators | ||
- alice # this imply //Alice | ||
- bob | ||
- charlie | ||
sudo: alice # override sudo key to //Alice | ||
runtimeGenesisConfig: # additonal genesis override | ||
balances: | ||
balances: | ||
- [5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty, 10000000000000000] | ||
id: 2000 # override parachain id | ||
parachain: true # this is parachain, not parathread | ||
flags: # CLI flags for this parachain nodes | ||
- --rpc-methods=unsafe | ||
- --force-authoring | ||
- --enable-offchain-indexing=true | ||
- --pruning=archive | ||
env: # environment variables for this parachain nodes | ||
RUST_LOG: sc_basic_authorship=trace | ||
volumePath: /hyperbridge/data # The path to mount volume and base path, default to /data | ||
nodes: # nodes config | ||
- wsPort: 9988 | ||
rpcPort: 9951 | ||
port: 31200 | ||
flags: # additional CLI flags for this node | ||
- --alice | ||
relaychainFlags: # additional CLI flags for relaychain part | ||
- --name=relaychain-alice | ||
- wsPort: 9989 | ||
rpcPort: 9952 | ||
port: 31201 | ||
flags: # additional CLI flags for this node | ||
- --bob | ||
relaychainFlags: # additional CLI flags for relaychain part | ||
- --name=relaychain-bob | ||
- wsPort: 9990 | ||
rpcPort: 9953 | ||
port: 31202 | ||
flags: # additional CLI flags for this node | ||
- --charlie | ||
relaychainFlags: # additional CLI flags for relaychain part | ||
- --name=relaychain-charlie |
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,15 @@ | ||
{ | ||
"name": "parachain-launch", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"dev": "parachain-launch generate --config=./local_config.yml --yes --output=./" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@open-web3/parachain-launch": "^1.4.2" | ||
} | ||
} |
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,2 @@ | ||
FROM polytopelabs/hyperbridge | ||
COPY . /app |
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,2 @@ | ||
FROM parity/polkadot:v1.1.0 | ||
COPY . /app |
Oops, something went wrong.