You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guides/manual-setup.md
+24-14Lines changed: 24 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Partner chains setup
2
2
3
3
Partner Chains provides text based CLIs, for setting up a partner chain and starting nodes, called wizards.
4
-
In the [chain builder](./chain-builder.md), [permissioned node owner](./permissioned.md), and [registered node owner](./registered.md) guides these wizards are used.
4
+
These wizards are used in the [chain builder](./chain-builder.md), [permissioned node owner](./permissioned.md), and [registered node owner](./registered.md) guides.
5
5
6
-
This document explains what is performed by those wizards and how to perform such operations manually.
6
+
This document explains what these wizards do and how to perform these operations manually.
7
7
8
8
For dependency setup please see the respective guide for your desired setup.
9
9
@@ -15,7 +15,7 @@ These 3 keys are:
15
15
* GRANDPA, ed25519 scheme key, with "key-type" `gran`
16
16
* cross-chain, ecdsa scheme key, with "key-type" `crch`
17
17
18
-
For each of these key commands that are two commands invoked by wizard.
18
+
For each of these keys, two commands are invoked by the wizard.
command to spend the UTXO that will become the Genesis UTXO of your chain.
52
52
The Genesis UTXO has to be spendable by the payment key.
@@ -56,7 +56,7 @@ Note: for more details please read [smart-contracts commands documentation](../.
56
56
57
57
### Discover smart-contracts addresses and script hashes
58
58
59
-
Use `<node-executable> smart-contracts get-scripts -c <GENESIS_UTXO>` to obtain Cardano addresses and scripts hashes.
59
+
Use `<node-executable> smart-contracts get-scripts -c <GENESIS_UTXO>` to obtain Cardano addresses and scripts hashes used by the partner chain smart contracts.
60
60
This guide assumes that the output is saved to `addresses.json` file.
61
61
62
62
### Establish bootnodes
@@ -70,7 +70,7 @@ Partner chains do not add any requirements nor capabilities in regards to bootno
70
70
`<node-executable> wizards create-chain-spec` uses data from the previous step to generate chain-spec file.
71
71
It is important to understand that most of chain-spec file generation is delegated to `<node-exectuable>` itself.
72
72
Specifically, the wizard sets some specific environment variables and assumes that `<node-executable> build-spec` will use and that it will not require any other variables.
73
-
Because what `<node-exectuable> build-spec` uses and requires is finally in control of the chain builder, the following command can only be seens as an example:
73
+
Because what `<node-exectuable> build-spec` uses and requires is ultimately up to the chain builder, the following command can only be seen as an example:
can be used to see if according to a partner chain the registration is valid.
162
172
Before running this command environment variables required by Cardano observability layer should be set, like when [running partner chains nodes](#running-partner-chains-node).
0 commit comments