rootchain

package
v0.7.3-beta1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

README

Rootchain helper command

Top level command for manipulating rootchain server.

Start rootchain server

This command starts ethereum/client-go container which is basically geth node.

$ polygon-edge rootchain server

Fund initialized accounts

This command funds the initialized accounts via polygon-edge polybft-secrets command.

$ polygon-edge rootchain fund --data-dir data-dir- --num 2

Or

$ polygon-edge rootchain fund --data-dir data-dir-1

Deploy and initialize contracts

This command deploys and initializes rootchain contracts. Transactions are being sent to given --json-rpc endpoint and are signed by private key provided by --adminKey flag.

$ polygon-edge rootchain init-contracts 
    --manifest <manifest_file_path> 
    --json-rpc <json_rpc_endpoint> 
    --adminKey <hex_encoded_rootchain_admin_private_key>

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCommand

func GetCommand() *cobra.Command

GetCommand creates "rootchain" helper command

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL