Merge commit 'd2b7ee2575c5132ef050e2523955382e1fae00ec' as 'bridges'

(git subtree add --prefix=bridges bridges master --squash)
This commit is contained in:
Branislav Kontur
2022-12-01 22:32:52 +01:00
357 changed files with 79920 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
# Run a development instance of the Millau Substrate bridge node.
# To override the default port just export MILLAU_PORT=9945
MILLAU_PORT="${MILLAU_PORT:-9945}"
RUST_LOG=runtime=trace \
./target/debug/millau-bridge-node --dev --tmp \
--rpc-cors=all --unsafe-rpc-external --unsafe-ws-external \
--port 33044 --rpc-port 9934 --ws-port $MILLAU_PORT \