Goloop CLI
goloop
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| goloop debug | DEBUG API |
| goloop gn | Genesis transaction manipulation |
| goloop gs | Genesis storage manipulation |
| goloop ks | Keystore manipulation |
| goloop rpc | JSON-RPC API |
| goloop server | Server management |
| goloop stats | Display a live streams of chains metric-statistics |
| goloop system | System info |
| goloop user | User management |
| goloop version | Print goloop version |
Manage chains
goloop chain TASK CID PARAM
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
| Command | Description |
|---|---|
| goloop | Goloop CLI |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| goloop debug | DEBUG API |
| goloop gn | Genesis transaction manipulation |
| goloop gs | Genesis storage manipulation |
| goloop ks | Keystore manipulation |
| goloop rpc | JSON-RPC API |
| goloop server | Server management |
| goloop stats | Display a live streams of chains metric-statistics |
| goloop system | System info |
| goloop user | User management |
| goloop version | Print goloop version |
Start to backup the channel
goloop chain backup CID [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --manual | false | false | Manual backup mode (just release database) |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
Configure chain
goloop chain config CID KEY VALUE [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --value | false | use if value starts with '-'. | ||
| (if the third arg is used, this flag will be ignored) |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
Download chain genesis file
goloop chain genesis CID FILE
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
Start to import legacy database
goloop chain import CID [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --db_path | true | Database path | ||
| --height | true | 0 | Block Height |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
Inspect chain
goloop chain inspect CID [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --format, -f | false | Format the output using the given Go template | ||
| --informal | false | false | Inspect with informal data |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
Join chain
goloop chain join [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --auto_start | false | false | Auto start | |
| --channel | false | Channel | ||
| --children_limit | false | -1 | Maximum number of child connections (-1: uses system default value) | |
| --concurrency | false | 1 | Maximum number of executors to be used for concurrency | |
| --db_type | false | goleveldb | Name of database system(goleveldb, mapdb, rocksdb) | |
| --default_wait_timeout | false | 0 | Default wait timeout in milli-second (0: disable) | |
| --genesis | false | Genesis storage path | ||
| --genesis_template | false | Genesis template directory or file | ||
| --max_block_tx_bytes | false | 0 | Max size of transactions in a block | |
| --max_wait_timeout | false | 0 | Max wait timeout in milli-second (0: uses same value of default_wait_timeout) | |
| --nephews_limit | false | -1 | Maximum number of nephew connections (-1: uses system default value) | |
| --node_cache | false | none | Node cache (none,small,large) | |
| --normal_tx_pool | false | 0 | Size of normal transaction pool | |
| --patch_tx_pool | false | 0 | Size of patch transaction pool | |
| --platform | false | Name of service platform | ||
| --role | false | 3 | [0:None, 1:Seed, 2:Validator, 3:Both] | |
| --secure_aeads | false | chacha,aes128,aes256 | Supported Secure AEAD with order (chacha,aes128,aes256) - Comma separated string | |
| --secure_suites | false | none,tls,ecdhe | Supported Secure suites with order (none,tls,ecdhe) - Comma separated string | |
| --seed | false | List of trust-seed ip-port, Comma separated string | ||
| --tx_timeout | false | 0 | Transaction timeout in milli-second (0: uses system default value) | |
| --validate_tx_on_send | false | false | Validate transaction on send |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
Leave chain
goloop chain leave CID
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
List chains
goloop chain ls
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
Start to prune the database based on the height
goloop chain prune CID [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --db_type | false | Database type(default:original database type) | ||
| --height | true | 0 | Block Height |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
Chain data reset
goloop chain reset CID [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --block_hash | false | Hash of the block at the given height, If height is zero, shall be empty | ||
| --height | false | 0 | Block Height |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
Chain start
goloop chain start CID
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
Chain stop
goloop chain stop CID
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
Chain data verify
goloop chain verify CID
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| Command | Description |
|---|---|
| goloop chain backup | Start to backup the channel |
| goloop chain config | Configure chain |
| goloop chain genesis | Download chain genesis file |
| goloop chain import | Start to import legacy database |
| goloop chain inspect | Inspect chain |
| goloop chain join | Join chain |
| goloop chain leave | Leave chain |
| goloop chain ls | List chains |
| goloop chain prune | Start to prune the database based on the height |
| goloop chain reset | Chain data reset |
| goloop chain start | Chain start |
| goloop chain stop | Chain stop |
| goloop chain verify | Chain data verify |
DEBUG API
goloop debug
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --uri | GOLOOP_DEBUG_URI | true | URI of DEBUG API |
| Command | Description |
|---|---|
| goloop debug trace | Get trace of the transaction |
| Command | Description |
|---|---|
| goloop | Goloop CLI |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| goloop debug | DEBUG API |
| goloop gn | Genesis transaction manipulation |
| goloop gs | Genesis storage manipulation |
| goloop ks | Keystore manipulation |
| goloop rpc | JSON-RPC API |
| goloop server | Server management |
| goloop stats | Display a live streams of chains metric-statistics |
| goloop system | System info |
| goloop user | User management |
| goloop version | Print goloop version |
Get trace of the transaction
goloop debug trace HASH
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --uri | GOLOOP_DEBUG_URI | true | URI of DEBUG API |
| Command | Description |
|---|---|
| goloop debug | DEBUG API |
| Command | Description |
|---|---|
| goloop debug trace | Get trace of the transaction |
Genesis transaction manipulation
goloop gn
| Command | Description |
|---|---|
| goloop gn edit | Edit genesis transaction |
| goloop gn gen | Generate genesis transaction |
| Command | Description |
|---|---|
| goloop | Goloop CLI |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| goloop debug | DEBUG API |
| goloop gn | Genesis transaction manipulation |
| goloop gs | Genesis storage manipulation |
| goloop ks | Keystore manipulation |
| goloop rpc | JSON-RPC API |
| goloop server | Server management |
| goloop stats | Display a live streams of chains metric-statistics |
| goloop system | System info |
| goloop user | User management |
| goloop version | Print goloop version |
Edit genesis transaction
goloop gn edit [genesis file]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --god, -g | false | Address or keystore of GOD | ||
| --validator, -v | false | [] | Address or keystore of Validator, [Validator...] |
| Command | Description |
|---|---|
| goloop gn | Genesis transaction manipulation |
| Command | Description |
|---|---|
| goloop gn edit | Edit genesis transaction |
| goloop gn gen | Generate genesis transaction |
Generate genesis transaction
goloop gn gen [address or keystore...]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | false | [] | Chain configuration | |
| --fee | false | none | Fee configuration (none,icon) | |
| --god, -g | false | Address or keystore of GOD | ||
| --out, -o | false | genesis.json | Output file path | |
| --supply, -s | false | 0x2961fff8ca4a62327800000 | Total supply of the chain | |
| --treasury, -t | false | hx1000000000000000000000000000000000000000 | Treasury address |
| Command | Description |
|---|---|
| goloop gn | Genesis transaction manipulation |
| Command | Description |
|---|---|
| goloop gn edit | Edit genesis transaction |
| goloop gn gen | Generate genesis transaction |
Genesis storage manipulation
goloop gs
| Command | Description |
|---|---|
| goloop gs gen | Create genesis storage from the template |
| goloop gs info | Show genesis storage information |
| Command | Description |
|---|---|
| goloop | Goloop CLI |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| goloop debug | DEBUG API |
| goloop gn | Genesis transaction manipulation |
| goloop gs | Genesis storage manipulation |
| goloop ks | Keystore manipulation |
| goloop rpc | JSON-RPC API |
| goloop server | Server management |
| goloop stats | Display a live streams of chains metric-statistics |
| goloop system | System info |
| goloop user | User management |
| goloop version | Print goloop version |
Create genesis storage from the template
goloop gs gen
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --input, -i | false | genesis.json | Input file or directory path | |
| --out, -o | false | gs.zip | Output file path |
| Command | Description |
|---|---|
| goloop gs | Genesis storage manipulation |
| Command | Description |
|---|---|
| goloop gs gen | Create genesis storage from the template |
| goloop gs info | Show genesis storage information |
Show genesis storage information
goloop gs info genesis_storage.zip [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --cid_only, -c | false | false | Showing chain ID only | |
| --nid_only, -n | false | false | Showing network ID only |
| Command | Description |
|---|---|
| goloop gs | Genesis storage manipulation |
| Command | Description |
|---|---|
| goloop gs gen | Create genesis storage from the template |
| goloop gs info | Show genesis storage information |
Keystore manipulation
goloop ks
| Command | Description |
|---|---|
| goloop ks gen | Generate keystore |
| goloop ks pubkey | Generate publickey from keystore |
| goloop ks verify | Verify keystore with the password |
| Command | Description |
|---|---|
| goloop | Goloop CLI |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| goloop debug | DEBUG API |
| goloop gn | Genesis transaction manipulation |
| goloop gs | Genesis storage manipulation |
| goloop ks | Keystore manipulation |
| goloop rpc | JSON-RPC API |
| goloop server | Server management |
| goloop stats | Display a live streams of chains metric-statistics |
| goloop system | System info |
| goloop user | User management |
| goloop version | Print goloop version |
Generate keystore
goloop ks gen
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --out, -o | false | keystore.json | Output file path | |
| --password, -p | false | gochain | Password for the keystore |
| Command | Description |
|---|---|
| goloop ks | Keystore manipulation |
| Command | Description |
|---|---|
| goloop ks gen | Generate keystore |
| goloop ks pubkey | Generate publickey from keystore |
| goloop ks verify | Verify keystore with the password |
Generate publickey from keystore
goloop ks pubkey
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --keystore, -k | false | keystore.json | Keystore file path | |
| --password, -p | false | gochain | Password for the keystore | |
| --secret, -s | false | KeySecret file path |
| Command | Description |
|---|---|
| goloop ks | Keystore manipulation |
| Command | Description |
|---|---|
| goloop ks gen | Generate keystore |
| goloop ks pubkey | Generate publickey from keystore |
| goloop ks verify | Verify keystore with the password |
Verify keystore with the password
goloop ks verify
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --password, -p | false | gochain | Password for the keystore | |
| --secret, -s | false | KeySecret file path |
| Command | Description |
|---|---|
| goloop ks | Keystore manipulation |
| Command | Description |
|---|---|
| goloop ks gen | Generate keystore |
| goloop ks pubkey | Generate publickey from keystore |
| goloop ks verify | Verify keystore with the password |
JSON-RPC API
goloop rpc
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
| Command | Description |
|---|---|
| goloop | Goloop CLI |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| goloop debug | DEBUG API |
| goloop gn | Genesis transaction manipulation |
| goloop gs | Genesis storage manipulation |
| goloop ks | Keystore manipulation |
| goloop rpc | JSON-RPC API |
| goloop server | Server management |
| goloop stats | Display a live streams of chains metric-statistics |
| goloop system | System info |
| goloop user | User management |
| goloop version | Print goloop version |
GetBalance
goloop rpc balance ADDRESS [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --height | false | -1 | BlockHeight |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetBlockByHash
goloop rpc blockbyhash HASH
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetBlockByHeight
goloop rpc blockbyheight HEIGHT
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetBlockHeaderByHeight
goloop rpc blockheaderbyheight HEIGHT
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetBTPHeader
goloop rpc btpheader NETWORK_ID HEIGHT
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetBTPMessages
goloop rpc btpmessages NETWORK_ID HEIGHT
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetBTPNetworkInfo
goloop rpc btpnetwork ID [HEIGHT]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetBTPNetworkTypeInfo
goloop rpc btpnetworktype ID [HEIGHT]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetBTPProof
goloop rpc btpproof NETWORK_ID HEIGHT
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetBTPSourceInformation
goloop rpc btpsource
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
Call
goloop rpc call [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --from | false | FromAddress | ||
| --height | false | -1 | BlockHeight | |
| --method | false | Name of the function to invoke in SCORE, if '--raw' used, will overwrite | ||
| --param | false | [] | key=value, Function parameters, if '--raw' used, will overwrite | |
| --params | false | [] | raw json string or '@' or '-' for stdin for parameter JSON. it overrides raw one | |
| --raw | false | call with 'data' using raw json file or json-string | ||
| --to | true | ToAddress |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetDataByHash
goloop rpc databyhash HASH
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetLastBlock
goloop rpc lastblock
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
Monitor
goloop rpc monitor
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc monitor block | MonitorBlock |
| goloop rpc monitor btp | MonitorBTP |
| goloop rpc monitor event | MonitorEvent |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
MonitorBlock
goloop rpc monitor block HEIGHT [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --filter | false | [] | EventFilter raw json file or json string | |
| --logs | false | false | Includes logs |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc monitor | Monitor |
| Command | Description |
|---|---|
| goloop rpc monitor block | MonitorBlock |
| goloop rpc monitor btp | MonitorBTP |
| goloop rpc monitor event | MonitorEvent |
MonitorBTP
goloop rpc monitor btp HEIGHT [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --networkId | false | BTP Network ID | ||
| --proof_flag | false | false | Includes proof |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc monitor | Monitor |
| Command | Description |
|---|---|
| goloop rpc monitor block | MonitorBlock |
| goloop rpc monitor btp | MonitorBTP |
| goloop rpc monitor event | MonitorEvent |
MonitorEvent
goloop rpc monitor event HEIGHT [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --addr | false | SCORE Address | ||
| --data | false | [] | Not indexed Arguments of Event, comma-separated string | |
| --event | false | Signature of Event | ||
| --indexed | false | [] | Indexed Arguments of Event, comma-separated string | |
| --logs | false | false | Includes logs | |
| --raw | false | EventFilter raw json file or json-string |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc monitor | Monitor |
| Command | Description |
|---|---|
| goloop rpc monitor block | MonitorBlock |
| goloop rpc monitor btp | MonitorBTP |
| goloop rpc monitor event | MonitorEvent |
GetProofForEvents
goloop rpc proofforevents BLOCK_HASH TX_INDEX EVENT_INDEXES
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetProofForResult
goloop rpc proofforresult HASH INDEX
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
Rpc with raw json file
goloop rpc raw FILE
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetScoreApi
goloop rpc scoreapi ADDRESS [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --height | false | -1 | BlockHeight |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
Get status of the smart contract
goloop rpc scorestatus ADDRESS [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --height | false | -1 | BlockHeight |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
SendTransaction
goloop rpc sendtx
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --estimate | GOLOOP_RPC_ESTIMATE | false | false | Just estimate steps for the tx |
| --key_password | GOLOOP_RPC_KEY_PASSWORD | false | Password for the KeyStore file | |
| --key_secret | GOLOOP_RPC_KEY_SECRET | false | Secret(password) file for KeyStore | |
| --key_store | GOLOOP_RPC_KEY_STORE | true | KeyStore file for wallet | |
| --nid | GOLOOP_RPC_NID | true | Network ID | |
| --save | GOLOOP_RPC_SAVE | false | Store transaction to the file | |
| --step_limit | GOLOOP_RPC_STEP_LIMIT | false | 0 | StepLimit |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc sendtx call | SmartContract Call Transaction |
| goloop rpc sendtx deploy | Deploy Transaction |
| goloop rpc sendtx raw | Send transaction with json file filling nid,version,stepLimit,from and overwriting timestamp and signature |
| goloop rpc sendtx raw2 | Send transaction with json file overwriting timestamp and signature |
| goloop rpc sendtx raw3 | Send transaction with json file |
| goloop rpc sendtx transfer | Coin Transfer Transaction |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
SmartContract Call Transaction
goloop rpc sendtx call [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --method | true | Name of the function to invoke in SCORE, if '--raw' used, will overwrite | ||
| --param | false | [] | key=value, Function parameters, if '--raw' used, will overwrite | |
| --params | false | raw json string or '@' or '-' for stdin for parameter JSON, it overrides raw one | ||
| --raw | false | call with 'data' using raw json file or json-string | ||
| --to | true | ToAddress | ||
| --value | false | Value of transfer |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --estimate | GOLOOP_RPC_ESTIMATE | false | false | Just estimate steps for the tx |
| --key_password | GOLOOP_RPC_KEY_PASSWORD | false | Password for the KeyStore file | |
| --key_secret | GOLOOP_RPC_KEY_SECRET | false | Secret(password) file for KeyStore | |
| --key_store | GOLOOP_RPC_KEY_STORE | true | KeyStore file for wallet | |
| --nid | GOLOOP_RPC_NID | true | Network ID | |
| --save | GOLOOP_RPC_SAVE | false | Store transaction to the file | |
| --step_limit | GOLOOP_RPC_STEP_LIMIT | false | 0 | StepLimit |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc sendtx | SendTransaction |
| Command | Description |
|---|---|
| goloop rpc sendtx call | SmartContract Call Transaction |
| goloop rpc sendtx deploy | Deploy Transaction |
| goloop rpc sendtx raw | Send transaction with json file filling nid,version,stepLimit,from and overwriting timestamp and signature |
| goloop rpc sendtx raw2 | Send transaction with json file overwriting timestamp and signature |
| goloop rpc sendtx raw3 | Send transaction with json file |
| goloop rpc sendtx transfer | Coin Transfer Transaction |
Deploy Transaction
goloop rpc sendtx deploy SCORE_ZIP_FILE [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --content_type | false | application/zip | Mime-type of the content | |
| --param | false | [] | key=value, Function parameters will be delivered to on_install() or on_update() | |
| --params | false | raw json string or '@' or '-' for stdin for parameter JSON | ||
| --to | false | cx0000000000000000000000000000000000000000 | ToAddress |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --estimate | GOLOOP_RPC_ESTIMATE | false | false | Just estimate steps for the tx |
| --key_password | GOLOOP_RPC_KEY_PASSWORD | false | Password for the KeyStore file | |
| --key_secret | GOLOOP_RPC_KEY_SECRET | false | Secret(password) file for KeyStore | |
| --key_store | GOLOOP_RPC_KEY_STORE | true | KeyStore file for wallet | |
| --nid | GOLOOP_RPC_NID | true | Network ID | |
| --save | GOLOOP_RPC_SAVE | false | Store transaction to the file | |
| --step_limit | GOLOOP_RPC_STEP_LIMIT | false | 0 | StepLimit |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc sendtx | SendTransaction |
| Command | Description |
|---|---|
| goloop rpc sendtx call | SmartContract Call Transaction |
| goloop rpc sendtx deploy | Deploy Transaction |
| goloop rpc sendtx raw | Send transaction with json file filling nid,version,stepLimit,from and overwriting timestamp and signature |
| goloop rpc sendtx raw2 | Send transaction with json file overwriting timestamp and signature |
| goloop rpc sendtx raw3 | Send transaction with json file |
| goloop rpc sendtx transfer | Coin Transfer Transaction |
Send transaction with json file filling nid,version,stepLimit,from and overwriting timestamp and signature
goloop rpc sendtx raw FILE
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --estimate | GOLOOP_RPC_ESTIMATE | false | false | Just estimate steps for the tx |
| --key_password | GOLOOP_RPC_KEY_PASSWORD | false | Password for the KeyStore file | |
| --key_secret | GOLOOP_RPC_KEY_SECRET | false | Secret(password) file for KeyStore | |
| --key_store | GOLOOP_RPC_KEY_STORE | true | KeyStore file for wallet | |
| --nid | GOLOOP_RPC_NID | true | Network ID | |
| --save | GOLOOP_RPC_SAVE | false | Store transaction to the file | |
| --step_limit | GOLOOP_RPC_STEP_LIMIT | false | 0 | StepLimit |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc sendtx | SendTransaction |
| Command | Description |
|---|---|
| goloop rpc sendtx call | SmartContract Call Transaction |
| goloop rpc sendtx deploy | Deploy Transaction |
| goloop rpc sendtx raw | Send transaction with json file filling nid,version,stepLimit,from and overwriting timestamp and signature |
| goloop rpc sendtx raw2 | Send transaction with json file overwriting timestamp and signature |
| goloop rpc sendtx raw3 | Send transaction with json file |
| goloop rpc sendtx transfer | Coin Transfer Transaction |
Send transaction with json file overwriting timestamp and signature
goloop rpc sendtx raw2 FILE
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --estimate | GOLOOP_RPC_ESTIMATE | false | false | Just estimate steps for the tx |
| --key_password | GOLOOP_RPC_KEY_PASSWORD | false | Password for the KeyStore file | |
| --key_secret | GOLOOP_RPC_KEY_SECRET | false | Secret(password) file for KeyStore | |
| --key_store | GOLOOP_RPC_KEY_STORE | true | KeyStore file for wallet | |
| --nid | GOLOOP_RPC_NID | true | Network ID | |
| --save | GOLOOP_RPC_SAVE | false | Store transaction to the file | |
| --step_limit | GOLOOP_RPC_STEP_LIMIT | false | 0 | StepLimit |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc sendtx | SendTransaction |
| Command | Description |
|---|---|
| goloop rpc sendtx call | SmartContract Call Transaction |
| goloop rpc sendtx deploy | Deploy Transaction |
| goloop rpc sendtx raw | Send transaction with json file filling nid,version,stepLimit,from and overwriting timestamp and signature |
| goloop rpc sendtx raw2 | Send transaction with json file overwriting timestamp and signature |
| goloop rpc sendtx raw3 | Send transaction with json file |
| goloop rpc sendtx transfer | Coin Transfer Transaction |
Send transaction with json file
goloop rpc sendtx raw3 FILE
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --estimate | GOLOOP_RPC_ESTIMATE | false | false | Just estimate steps for the tx |
| --key_password | GOLOOP_RPC_KEY_PASSWORD | false | Password for the KeyStore file | |
| --key_secret | GOLOOP_RPC_KEY_SECRET | false | Secret(password) file for KeyStore | |
| --key_store | GOLOOP_RPC_KEY_STORE | true | KeyStore file for wallet | |
| --nid | GOLOOP_RPC_NID | true | Network ID | |
| --save | GOLOOP_RPC_SAVE | false | Store transaction to the file | |
| --step_limit | GOLOOP_RPC_STEP_LIMIT | false | 0 | StepLimit |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc sendtx | SendTransaction |
| Command | Description |
|---|---|
| goloop rpc sendtx call | SmartContract Call Transaction |
| goloop rpc sendtx deploy | Deploy Transaction |
| goloop rpc sendtx raw | Send transaction with json file filling nid,version,stepLimit,from and overwriting timestamp and signature |
| goloop rpc sendtx raw2 | Send transaction with json file overwriting timestamp and signature |
| goloop rpc sendtx raw3 | Send transaction with json file |
| goloop rpc sendtx transfer | Coin Transfer Transaction |
Coin Transfer Transaction
goloop rpc sendtx transfer [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --message | false | Message | ||
| --to | true | ToAddress | ||
| --value | true | Value |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --estimate | GOLOOP_RPC_ESTIMATE | false | false | Just estimate steps for the tx |
| --key_password | GOLOOP_RPC_KEY_PASSWORD | false | Password for the KeyStore file | |
| --key_secret | GOLOOP_RPC_KEY_SECRET | false | Secret(password) file for KeyStore | |
| --key_store | GOLOOP_RPC_KEY_STORE | true | KeyStore file for wallet | |
| --nid | GOLOOP_RPC_NID | true | Network ID | |
| --save | GOLOOP_RPC_SAVE | false | Store transaction to the file | |
| --step_limit | GOLOOP_RPC_STEP_LIMIT | false | 0 | StepLimit |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc sendtx | SendTransaction |
| Command | Description |
|---|---|
| goloop rpc sendtx call | SmartContract Call Transaction |
| goloop rpc sendtx deploy | Deploy Transaction |
| goloop rpc sendtx raw | Send transaction with json file filling nid,version,stepLimit,from and overwriting timestamp and signature |
| goloop rpc sendtx raw2 | Send transaction with json file overwriting timestamp and signature |
| goloop rpc sendtx raw3 | Send transaction with json file |
| goloop rpc sendtx transfer | Coin Transfer Transaction |
GetTotalSupply
goloop rpc totalsupply [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --height | false | -1 | BlockHeight |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetTransactionByHash
goloop rpc txbyhash HASH
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetTransactionResult
goloop rpc txresult HASH
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
GetVotesByHeight
goloop rpc votesbyheight HEIGHT
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --debug | GOLOOP_RPC_DEBUG | false | false | JSON-RPC Response with detail information |
| --debug_uri | GOLOOP_RPC_DEBUG_URI | false | URI of JSON-RPC Debug API | |
| --uri | GOLOOP_RPC_URI | true | URI of JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc | JSON-RPC API |
| Command | Description |
|---|---|
| goloop rpc balance | GetBalance |
| goloop rpc blockbyhash | GetBlockByHash |
| goloop rpc blockbyheight | GetBlockByHeight |
| goloop rpc blockheaderbyheight | GetBlockHeaderByHeight |
| goloop rpc btpheader | GetBTPHeader |
| goloop rpc btpmessages | GetBTPMessages |
| goloop rpc btpnetwork | GetBTPNetworkInfo |
| goloop rpc btpnetworktype | GetBTPNetworkTypeInfo |
| goloop rpc btpproof | GetBTPProof |
| goloop rpc btpsource | GetBTPSourceInformation |
| goloop rpc call | Call |
| goloop rpc databyhash | GetDataByHash |
| goloop rpc lastblock | GetLastBlock |
| goloop rpc monitor | Monitor |
| goloop rpc proofforevents | GetProofForEvents |
| goloop rpc proofforresult | GetProofForResult |
| goloop rpc raw | Rpc with raw json file |
| goloop rpc scoreapi | GetScoreApi |
| goloop rpc scorestatus | Get status of the smart contract |
| goloop rpc sendtx | SendTransaction |
| goloop rpc totalsupply | GetTotalSupply |
| goloop rpc txbyhash | GetTransactionByHash |
| goloop rpc txresult | GetTransactionResult |
| goloop rpc votesbyheight | GetVotesByHeight |
Server management
goloop server
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --backup_dir | GOLOOP_BACKUP_DIR | false | Node backup directory (default: [node_dir]/backup | |
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --console_level | GOLOOP_CONSOLE_LEVEL | false | trace | Console log level (trace,debug,info,warn,error,fatal,panic) |
| --ee_socket | GOLOOP_EE_SOCKET | false | Execution engine socket path | |
| --engines | GOLOOP_ENGINES | false | python | Execution engines, comma-separated (python,java) |
| --key_password | GOLOOP_KEY_PASSWORD | false | Password for the KeyStore file | |
| --key_plugin | GOLOOP_KEY_PLUGIN | false | KeyPlugin file for wallet | |
| --key_plugin_options | GOLOOP_KEY_PLUGIN_OPTIONS | false | [] | KeyPlugin options |
| --key_secret | GOLOOP_KEY_SECRET | false | Secret (password) file for KeyStore | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --log_forwarder_address | GOLOOP_LOG_FORWARDER_ADDRESS | false | LogForwarder address | |
| --log_forwarder_level | GOLOOP_LOG_FORWARDER_LEVEL | false | info | LogForwarder level |
| --log_forwarder_name | GOLOOP_LOG_FORWARDER_NAME | false | LogForwarder name | |
| --log_forwarder_options | GOLOOP_LOG_FORWARDER_OPTIONS | false | [] | LogForwarder options, comma-separated 'key=value' |
| --log_forwarder_vendor | GOLOOP_LOG_FORWARDER_VENDOR | false | LogForwarder vendor (fluentd,logstash) | |
| --log_level | GOLOOP_LOG_LEVEL | false | debug | Global log level (trace,debug,info,warn,error,fatal,panic) |
| --log_writer_compress | GOLOOP_LOG_WRITER_COMPRESS | false | false | Use gzip on rotated log file |
| --log_writer_filename | GOLOOP_LOG_WRITER_FILENAME | false | Log filename (rotated files resides in same directory) | |
| --log_writer_localtime | GOLOOP_LOG_WRITER_LOCALTIME | false | false | Use localtime on rotated log file instead of UTC |
| --log_writer_maxage | GOLOOP_LOG_WRITER_MAXAGE | false | 0 | Maximum age of log file in day |
| --log_writer_maxbackups | GOLOOP_LOG_WRITER_MAXBACKUPS | false | 0 | Maximum number of backups |
| --log_writer_maxsize | GOLOOP_LOG_WRITER_MAXSIZE | false | 100 | Maximum log file size in MiB |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory (default: [configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | false | Node Command Line Interface socket path (default: [node_dir]/cli.sock) | |
| --p2p | GOLOOP_P2P | false | 127.0.0.1:8080 | Advertise ip-port of P2P |
| --p2p_listen | GOLOOP_P2P_LISTEN | false | Listen ip-port of P2P | |
| --rpc_addr | GOLOOP_RPC_ADDR | false | :9080 | Listen ip-port of JSON-RPC |
| --rpc_dump | GOLOOP_RPC_DUMP | false | false | JSON-RPC Request, Response Dump flag |
| Command | Description |
|---|---|
| goloop server save | Save configuration |
| goloop server start | Start server |
| Command | Description |
|---|---|
| goloop | Goloop CLI |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| goloop debug | DEBUG API |
| goloop gn | Genesis transaction manipulation |
| goloop gs | Genesis storage manipulation |
| goloop ks | Keystore manipulation |
| goloop rpc | JSON-RPC API |
| goloop server | Server management |
| goloop stats | Display a live streams of chains metric-statistics |
| goloop system | System info |
| goloop user | User management |
| goloop version | Print goloop version |
Save configuration
goloop server save [file] [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --save_key_store | false | KeyStore File path to save |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --backup_dir | GOLOOP_BACKUP_DIR | false | Node backup directory (default: [node_dir]/backup | |
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --console_level | GOLOOP_CONSOLE_LEVEL | false | trace | Console log level (trace,debug,info,warn,error,fatal,panic) |
| --ee_socket | GOLOOP_EE_SOCKET | false | Execution engine socket path | |
| --engines | GOLOOP_ENGINES | false | python | Execution engines, comma-separated (python,java) |
| --key_password | GOLOOP_KEY_PASSWORD | false | Password for the KeyStore file | |
| --key_plugin | GOLOOP_KEY_PLUGIN | false | KeyPlugin file for wallet | |
| --key_plugin_options | GOLOOP_KEY_PLUGIN_OPTIONS | false | [] | KeyPlugin options |
| --key_secret | GOLOOP_KEY_SECRET | false | Secret (password) file for KeyStore | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --log_forwarder_address | GOLOOP_LOG_FORWARDER_ADDRESS | false | LogForwarder address | |
| --log_forwarder_level | GOLOOP_LOG_FORWARDER_LEVEL | false | info | LogForwarder level |
| --log_forwarder_name | GOLOOP_LOG_FORWARDER_NAME | false | LogForwarder name | |
| --log_forwarder_options | GOLOOP_LOG_FORWARDER_OPTIONS | false | [] | LogForwarder options, comma-separated 'key=value' |
| --log_forwarder_vendor | GOLOOP_LOG_FORWARDER_VENDOR | false | LogForwarder vendor (fluentd,logstash) | |
| --log_level | GOLOOP_LOG_LEVEL | false | debug | Global log level (trace,debug,info,warn,error,fatal,panic) |
| --log_writer_compress | GOLOOP_LOG_WRITER_COMPRESS | false | false | Use gzip on rotated log file |
| --log_writer_filename | GOLOOP_LOG_WRITER_FILENAME | false | Log filename (rotated files resides in same directory) | |
| --log_writer_localtime | GOLOOP_LOG_WRITER_LOCALTIME | false | false | Use localtime on rotated log file instead of UTC |
| --log_writer_maxage | GOLOOP_LOG_WRITER_MAXAGE | false | 0 | Maximum age of log file in day |
| --log_writer_maxbackups | GOLOOP_LOG_WRITER_MAXBACKUPS | false | 0 | Maximum number of backups |
| --log_writer_maxsize | GOLOOP_LOG_WRITER_MAXSIZE | false | 100 | Maximum log file size in MiB |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory (default: [configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | false | Node Command Line Interface socket path (default: [node_dir]/cli.sock) | |
| --p2p | GOLOOP_P2P | false | 127.0.0.1:8080 | Advertise ip-port of P2P |
| --p2p_listen | GOLOOP_P2P_LISTEN | false | Listen ip-port of P2P | |
| --rpc_addr | GOLOOP_RPC_ADDR | false | :9080 | Listen ip-port of JSON-RPC |
| --rpc_dump | GOLOOP_RPC_DUMP | false | false | JSON-RPC Request, Response Dump flag |
| Command | Description |
|---|---|
| goloop server | Server management |
| Command | Description |
|---|---|
| goloop server save | Save configuration |
| goloop server start | Start server |
Start server
goloop server start [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --cpuprofile | false | CPU Profiling data file | ||
| --memprofile | false | Memory Profiling data file |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --backup_dir | GOLOOP_BACKUP_DIR | false | Node backup directory (default: [node_dir]/backup | |
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --console_level | GOLOOP_CONSOLE_LEVEL | false | trace | Console log level (trace,debug,info,warn,error,fatal,panic) |
| --ee_socket | GOLOOP_EE_SOCKET | false | Execution engine socket path | |
| --engines | GOLOOP_ENGINES | false | python | Execution engines, comma-separated (python,java) |
| --key_password | GOLOOP_KEY_PASSWORD | false | Password for the KeyStore file | |
| --key_plugin | GOLOOP_KEY_PLUGIN | false | KeyPlugin file for wallet | |
| --key_plugin_options | GOLOOP_KEY_PLUGIN_OPTIONS | false | [] | KeyPlugin options |
| --key_secret | GOLOOP_KEY_SECRET | false | Secret (password) file for KeyStore | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --log_forwarder_address | GOLOOP_LOG_FORWARDER_ADDRESS | false | LogForwarder address | |
| --log_forwarder_level | GOLOOP_LOG_FORWARDER_LEVEL | false | info | LogForwarder level |
| --log_forwarder_name | GOLOOP_LOG_FORWARDER_NAME | false | LogForwarder name | |
| --log_forwarder_options | GOLOOP_LOG_FORWARDER_OPTIONS | false | [] | LogForwarder options, comma-separated 'key=value' |
| --log_forwarder_vendor | GOLOOP_LOG_FORWARDER_VENDOR | false | LogForwarder vendor (fluentd,logstash) | |
| --log_level | GOLOOP_LOG_LEVEL | false | debug | Global log level (trace,debug,info,warn,error,fatal,panic) |
| --log_writer_compress | GOLOOP_LOG_WRITER_COMPRESS | false | false | Use gzip on rotated log file |
| --log_writer_filename | GOLOOP_LOG_WRITER_FILENAME | false | Log filename (rotated files resides in same directory) | |
| --log_writer_localtime | GOLOOP_LOG_WRITER_LOCALTIME | false | false | Use localtime on rotated log file instead of UTC |
| --log_writer_maxage | GOLOOP_LOG_WRITER_MAXAGE | false | 0 | Maximum age of log file in day |
| --log_writer_maxbackups | GOLOOP_LOG_WRITER_MAXBACKUPS | false | 0 | Maximum number of backups |
| --log_writer_maxsize | GOLOOP_LOG_WRITER_MAXSIZE | false | 100 | Maximum log file size in MiB |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory (default: [configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | false | Node Command Line Interface socket path (default: [node_dir]/cli.sock) | |
| --p2p | GOLOOP_P2P | false | 127.0.0.1:8080 | Advertise ip-port of P2P |
| --p2p_listen | GOLOOP_P2P_LISTEN | false | Listen ip-port of P2P | |
| --rpc_addr | GOLOOP_RPC_ADDR | false | :9080 | Listen ip-port of JSON-RPC |
| --rpc_dump | GOLOOP_RPC_DUMP | false | false | JSON-RPC Request, Response Dump flag |
| Command | Description |
|---|---|
| goloop server | Server management |
| Command | Description |
|---|---|
| goloop server save | Save configuration |
| goloop server start | Start server |
Display a live streams of chains metric-statistics
goloop stats
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --interval | GOLOOP_INTERVAL | false | 1 | Pull interval |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --no-stream | GOLOOP_NO-STREAM | false | false | Only pull the first metric-statistics |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop | Goloop CLI |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| goloop debug | DEBUG API |
| goloop gn | Genesis transaction manipulation |
| goloop gs | Genesis storage manipulation |
| goloop ks | Keystore manipulation |
| goloop rpc | JSON-RPC API |
| goloop server | Server management |
| goloop stats | Display a live streams of chains metric-statistics |
| goloop system | System info |
| goloop user | User management |
| goloop version | Print goloop version |
System info
goloop system
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop system backup | Manage stored backups |
| goloop system config | Configure system |
| goloop system info | Get system information |
| goloop system restore | Restore chain from a backup |
| Command | Description |
|---|---|
| goloop | Goloop CLI |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| goloop debug | DEBUG API |
| goloop gn | Genesis transaction manipulation |
| goloop gs | Genesis storage manipulation |
| goloop ks | Keystore manipulation |
| goloop rpc | JSON-RPC API |
| goloop server | Server management |
| goloop stats | Display a live streams of chains metric-statistics |
| goloop system | System info |
| goloop user | User management |
| goloop version | Print goloop version |
Manage stored backups
goloop system backup
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop system backup ls | List current backups |
| Command | Description |
|---|---|
| goloop system | System info |
| Command | Description |
|---|---|
| goloop system backup | Manage stored backups |
| goloop system config | Configure system |
| goloop system info | Get system information |
| goloop system restore | Restore chain from a backup |
List current backups
goloop system backup ls
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | false | Parsing configuration file | ||
| --key_store | false | KeyStore file for wallet | ||
| --node_dir | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | ||
| --node_sock, -s | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop system backup | Manage stored backups |
| Command | Description |
|---|---|
| goloop system backup ls | List current backups |
Configure system
goloop system config KEY VALUE
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop system | System info |
| Command | Description |
|---|---|
| goloop system backup | Manage stored backups |
| goloop system config | Configure system |
| goloop system info | Get system information |
| goloop system restore | Restore chain from a backup |
Get system information
goloop system info [flags]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --format, -f | false | Format the output using the given Go template |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop system | System info |
| Command | Description |
|---|---|
| goloop system backup | Manage stored backups |
| goloop system config | Configure system |
| goloop system info | Get system information |
| goloop system restore | Restore chain from a backup |
Restore chain from a backup
goloop system restore
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop system restore start | Start to restore the specified backup |
| goloop system restore status | Get restore status |
| goloop system restore stop | Stop current restoring job |
| Command | Description |
|---|---|
| goloop system | System info |
| Command | Description |
|---|---|
| goloop system backup | Manage stored backups |
| goloop system config | Configure system |
| goloop system info | Get system information |
| goloop system restore | Restore chain from a backup |
Start to restore the specified backup
goloop system restore start [NAME]
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --overwrite | false | false | Overwrite existing chain |
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | false | Parsing configuration file | ||
| --key_store | false | KeyStore file for wallet | ||
| --node_dir | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | ||
| --node_sock, -s | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop system restore | Restore chain from a backup |
| Command | Description |
|---|---|
| goloop system restore start | Start to restore the specified backup |
| goloop system restore status | Get restore status |
| goloop system restore stop | Stop current restoring job |
Get restore status
goloop system restore status
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | false | Parsing configuration file | ||
| --key_store | false | KeyStore file for wallet | ||
| --node_dir | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | ||
| --node_sock, -s | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop system restore | Restore chain from a backup |
| Command | Description |
|---|---|
| goloop system restore start | Start to restore the specified backup |
| goloop system restore status | Get restore status |
| goloop system restore stop | Stop current restoring job |
Stop current restoring job
goloop system restore stop
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | false | Parsing configuration file | ||
| --key_store | false | KeyStore file for wallet | ||
| --node_dir | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | ||
| --node_sock, -s | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop system restore | Restore chain from a backup |
| Command | Description |
|---|---|
| goloop system restore start | Start to restore the specified backup |
| goloop system restore status | Get restore status |
| goloop system restore stop | Stop current restoring job |
User management
goloop user
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop user add | Add user |
| goloop user ls | List users |
| goloop user rm | Remove user |
| Command | Description |
|---|---|
| goloop | Goloop CLI |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| goloop debug | DEBUG API |
| goloop gn | Genesis transaction manipulation |
| goloop gs | Genesis storage manipulation |
| goloop ks | Keystore manipulation |
| goloop rpc | JSON-RPC API |
| goloop server | Server management |
| goloop stats | Display a live streams of chains metric-statistics |
| goloop system | System info |
| goloop user | User management |
| goloop version | Print goloop version |
Add user
goloop user add ADDRESS
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop user | User management |
| Command | Description |
|---|---|
| goloop user add | Add user |
| goloop user ls | List users |
| goloop user rm | Remove user |
List users
goloop user ls
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop user | User management |
| Command | Description |
|---|---|
| goloop user add | Add user |
| goloop user ls | List users |
| goloop user rm | Remove user |
Remove user
goloop user rm ADDRESS
| Name,shorthand | Environment Variable | Required | Default | Description |
|---|---|---|---|---|
| --config, -c | GOLOOP_CONFIG | false | Parsing configuration file | |
| --key_store | GOLOOP_KEY_STORE | false | KeyStore file for wallet | |
| --node_dir | GOLOOP_NODE_DIR | false | Node data directory(default:[configuration file path]/.chain/[ADDRESS]) | |
| --node_sock, -s | GOLOOP_NODE_SOCK | true | Node Command Line Interface socket path(default:[node_dir]/cli.sock) |
| Command | Description |
|---|---|
| goloop user | User management |
| Command | Description |
|---|---|
| goloop user add | Add user |
| goloop user ls | List users |
| goloop user rm | Remove user |
Print goloop version
goloop version
| Command | Description |
|---|---|
| goloop | Goloop CLI |
| Command | Description |
|---|---|
| goloop chain | Manage chains |
| goloop debug | DEBUG API |
| goloop gn | Genesis transaction manipulation |
| goloop gs | Genesis storage manipulation |
| goloop ks | Keystore manipulation |
| goloop rpc | JSON-RPC API |
| goloop server | Server management |
| goloop stats | Display a live streams of chains metric-statistics |
| goloop system | System info |
| goloop user | User management |
| goloop version | Print goloop version |