mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 21:13:09 +00:00
11 lines
228 B
Bash
Executable File
11 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
MY_PATH=$(dirname "$0")
|
|
MY_PATH=$( cd "$MY_PATH" && pwd )
|
|
|
|
"$MY_PATH/network.sh"
|
|
"$MY_PATH/blockchain.sh"
|
|
npm run migrate:contracts
|
|
npm run supply
|
|
"$MY_PATH/blockchain-docker-build.sh"
|
|
"$MY_PATH/bee-docker-build.sh"
|