Skip to content

Instantly share code, notes, and snippets.

+ IOHK_NODES=(0 1 2)
+ CGG_NODES=(3 4)
+ CF_NODES=(5 6)
+ ALL_NODES='0 1 2 3 4 5 6'
+ CONF_PARAMS='--configuration-file node/configuration.mainnet.yaml --configuration-key mainnet_dryrun_base'
+ [[ /home/jeremy/cardano-sl == '' ]]
+ [[ / != \/ ]]
+ [[ /home/jeremy/cardano-sl/genesis/node-secrets == '' ]]
+ [[ -d /home/jeremy/cardano-sl/genesis/node-secrets ]]
+ mkdir -p /home/jeremy/cardano-sl/genesis/node-secrets
+ REPO_URL=https://github.com/input-output-hk/cardano-sl.git
+ REPO_PATH=/home/jeremy/cardano-sl
+ BRANCH=cardano-sl-1.0-genesis-json2
+ AVVM_SEED_COUNT=3
+ IOHK_NODES=(0 1 2)
+ SGG_NODES=(3 4)
+ CF_NODES=(5 6)
+ ALL_NODES='0 1 2 3 4 5 6'
+ KEY_PATH=/home/jeremy/cardano-sl/keys
+ DELEGATE=/home/jeremy/cardano-sl/keys/delegate
+ REPO_URL=https://github.com/input-output-hk/cardano-sl.git
+ REPO_PATH=/home/jeremy/cardano-sl
+ BRANCH=cardano-sl-1.0-genesis-json2
+ AVVM_SEED_COUNT=3
+ IOHK_NODES=(0 1 2)
+ SGG_NODES=(3 4)
+ CF_NODES=(5 6)
+ ALL_NODES='0 1 2 3 4 5 6'
+ KEY_PATH=/home/jeremy/cardano-sl/keys
+ DELEGATE=/home/jeremy/cardano-sl/keys/delegate
#!/usr/bin/env bash
set -ex
REPO_URL="https://github.com/input-output-hk/cardano-sl.git"
REPO_PATH="$HOME/cardano-sl"
+ REPO_URL=https://github.com/input-output-hk/cardano-sl.git
+ REPO_PATH=/home/jeremy/cardano-sl
+ BRANCH=cardano-sl-1.0-genesis-json2
+ AVVM_SEED_COUNT=3
+ IOHK_NODES=(0 1 2)
+ SGG_NODES=(3 4)
+ CF_NODES=(5 6)
+ ALL_NODES='0 1 2 3 4 5 6'
+ KEY_PATH=/home/jeremy/cardano-sl/keys
+ DELEGATE=/home/jeremy/cardano-sl/keys/delegate
@Qaezel
Qaezel / designer.html
Last active August 29, 2015 14:09
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">
@Qaezel
Qaezel / designer.html
Last active August 29, 2015 14:09
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">