# README
Replicator Onboarding CLI tool
Allows to onboard a new replicator.
Usage
Flags
Name | Description | Type | Default |
---|---|---|---|
url | ProximaX Chain REST Url | string | http://127.0.0.1:3000 |
feeStrategy | fee calculation strategy (low , middle , high ) | string | middle |
capacity | capacity of replicator (MB) | uint64 | - |
replicatorPrivateKey | Replicator private key | string | - |
nodeBootPrivateKey | Node boot private key | string | - |
Example
./onboarding -url=http://127.0.0.1:3000 -feeStrategy=middle -capacity=1024 -replicatorPrivateKey=0000000000000000000000000000000000000000000000000000000000000000 -nodeBootPrivateKey=0000000000000000000000000000000000000000000000000000000000000000
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author