Skip to content

Commit 7aa80f8

Browse files
committed
neutrond results
1 parent e77bba8 commit 7aa80f8

File tree

229 files changed

+22835
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+22835
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
IntechainAdapteerd (daemon)
2+
3+
Usage:
4+
neutrond [command]
5+
6+
Available Commands:
7+
add-consumer-section ONLY FOR TESTING PURPOSES! Modifies genesis so that chain can be started locally with one node.
8+
add-genesis-account Add a genesis account to genesis.json
9+
add-wasm-message Wasm genesis subcommands
10+
collect-gentxs Collect genesis txs and output a genesis.json file
11+
config Create or query an application CLI configuration file
12+
debug Tool for helping with debugging your application
13+
export Export state to JSON
14+
gentx Generate a genesis tx carrying a self delegation
15+
help Help about any command
16+
init Initialize private validator, p2p, genesis, and application configuration files
17+
keys Manage your application's keys
18+
query Querying subcommands
19+
rollback rollback cosmos-sdk and tendermint state by one height
20+
start Run the full node
21+
status Query remote node for status
22+
tendermint Tendermint subcommands
23+
tx Transactions subcommands
24+
validate-genesis validates the genesis file at the default location or at the location passed as an arg
25+
version Print the application binary version information
26+
27+
Flags:
28+
-h, --help help for neutrond
29+
--home string directory for config and data (default "/Users/user/.neutrond")
30+
--log_format string The logging format (json|plain) (default "plain")
31+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
32+
--trace print out full stack trace on errors
33+
34+
Use "neutrond [command] --help" for more information about a command.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
ONLY FOR TESTING PURPOSES! Modifies genesis so that chain can be started locally with one node.
2+
3+
Usage:
4+
neutrond add-consumer-section [flags]
5+
6+
Flags:
7+
--height int Use a specific height to query state at (this can error if the node is pruning state)
8+
-h, --help help for add-consumer-section
9+
--home string The application home directory (default "/Users/user/.neutrond")
10+
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
11+
-o, --output string Output format (text|json) (default "text")
12+
13+
Global Flags:
14+
--log_format string The logging format (json|plain) (default "plain")
15+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
16+
--trace print out full stack trace on errors
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Add a genesis account to genesis.json. The provided account must specify
2+
the account address or key name and a list of initial coins. If a key name is given,
3+
the address will be looked up in the local Keybase. The list of initial tokens must
4+
contain valid denominations. Accounts may optionally be supplied with vesting parameters.
5+
6+
Usage:
7+
neutrond add-genesis-account [address_or_key_name] [coin][,[coin]] [flags]
8+
9+
Flags:
10+
--height int Use a specific height to query state at (this can error if the node is pruning state)
11+
-h, --help help for add-genesis-account
12+
--home string The application home directory (default "/Users/user/.neutrond")
13+
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os")
14+
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
15+
-o, --output string Output format (text|json) (default "text")
16+
--vesting-amount string amount of coins for vesting accounts
17+
--vesting-end-time int schedule end time (unix epoch) for vesting accounts
18+
--vesting-start-time int schedule start time (unix epoch) for vesting accounts
19+
20+
Global Flags:
21+
--log_format string The logging format (json|plain) (default "plain")
22+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
23+
--trace print out full stack trace on errors
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Execute a command on a wasm contract
2+
3+
Usage:
4+
neutrond add-wasm-message execute [contract_addr_bech32] [json_encoded_send_args] --run-as [address] --amount [coins,optional] [flags]
5+
6+
Flags:
7+
--amount string Coins to send to the contract along with command
8+
--height int Use a specific height to query state at (this can error if the node is pruning state)
9+
-h, --help help for execute
10+
--home string The application home directory (default "/Users/user/.neutrond")
11+
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os")
12+
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
13+
-o, --output string Output format (text|json) (default "text")
14+
--run-as string The address that pays the funds.
15+
16+
Global Flags:
17+
--log_format string The logging format (json|plain) (default "plain")
18+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
19+
--trace print out full stack trace on errors
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Instantiate a wasm contract
2+
3+
Usage:
4+
neutrond add-wasm-message instantiate-contract [code_id_int64] [json_encoded_init_args] --label [text] --run-as [address] --admin [address,optional] --amount [coins,optional] [flags]
5+
6+
Flags:
7+
--admin string Address or key name of an admin
8+
--amount string Coins to send to the contract during instantiation
9+
--height int Use a specific height to query state at (this can error if the node is pruning state)
10+
-h, --help help for instantiate-contract
11+
--home string The application home directory (default "/Users/user/.neutrond")
12+
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os")
13+
--label string A human-readable name for this contract in lists
14+
--no-admin You must set this explicitly if you don't want an admin
15+
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
16+
-o, --output string Output format (text|json) (default "text")
17+
--run-as string The address that pays the init funds. It is the creator of the contract.
18+
19+
Global Flags:
20+
--log_format string The logging format (json|plain) (default "plain")
21+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
22+
--trace print out full stack trace on errors
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Lists all codes from genesis code dump and queued messages
2+
3+
Usage:
4+
neutrond add-wasm-message list-codes [flags]
5+
6+
Flags:
7+
--height int Use a specific height to query state at (this can error if the node is pruning state)
8+
-h, --help help for list-codes
9+
--home string The application home directory (default "/Users/user/.neutrond")
10+
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
11+
-o, --output string Output format (text|json) (default "text")
12+
13+
Global Flags:
14+
--log_format string The logging format (json|plain) (default "plain")
15+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
16+
--trace print out full stack trace on errors
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Lists all contracts from genesis contract dump and queued messages
2+
3+
Usage:
4+
neutrond add-wasm-message list-contracts [flags]
5+
6+
Flags:
7+
--height int Use a specific height to query state at (this can error if the node is pruning state)
8+
-h, --help help for list-contracts
9+
--home string The application home directory (default "/Users/user/.neutrond")
10+
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
11+
-o, --output string Output format (text|json) (default "text")
12+
13+
Global Flags:
14+
--log_format string The logging format (json|plain) (default "plain")
15+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
16+
--trace print out full stack trace on errors
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Upload a wasm binary
2+
3+
Usage:
4+
neutrond add-wasm-message store [wasm file] --run-as [owner_address_or_key_name]", [flags]
5+
6+
Flags:
7+
--height int Use a specific height to query state at (this can error if the node is pruning state)
8+
-h, --help help for store
9+
--home string The application home directory (default "/Users/user/.neutrond")
10+
--instantiate-anyof-addresses strings Any of the addresses can instantiate a contract from the code, optional
11+
--instantiate-everybody string Everybody can instantiate a contract from the code, optional
12+
--instantiate-nobody string Nobody except the governance process can instantiate a contract from the code, optional
13+
--instantiate-only-address string Only this address can instantiate a contract instance from the code, optional
14+
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os")
15+
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
16+
-o, --output string Output format (text|json) (default "text")
17+
--run-as string The address that is stored as code creator
18+
19+
Global Flags:
20+
--log_format string The logging format (json|plain) (default "plain")
21+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
22+
--trace print out full stack trace on errors
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Wasm genesis subcommands
2+
3+
Usage:
4+
neutrond add-wasm-message [flags]
5+
neutrond add-wasm-message [command]
6+
7+
Available Commands:
8+
execute Execute a command on a wasm contract
9+
instantiate-contract Instantiate a wasm contract
10+
list-codes Lists all codes from genesis code dump and queued messages
11+
list-contracts Lists all contracts from genesis contract dump and queued messages
12+
store Upload a wasm binary
13+
14+
Flags:
15+
-h, --help help for add-wasm-message
16+
17+
Global Flags:
18+
--home string directory for config and data (default "/Users/user/.neutrond")
19+
--log_format string The logging format (json|plain) (default "plain")
20+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
21+
--trace print out full stack trace on errors
22+
23+
Use "neutrond add-wasm-message [command] --help" for more information about a command.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Collect genesis txs and output a genesis.json file
2+
3+
Usage:
4+
neutrond collect-gentxs [flags]
5+
6+
Flags:
7+
--gentx-dir string override default "gentx" directory from which collect and execute genesis transactions; default [--home]/config/gentx/
8+
-h, --help help for collect-gentxs
9+
--home string The application home directory (default "/Users/user/.neutrond")
10+
11+
Global Flags:
12+
--log_format string The logging format (json|plain) (default "plain")
13+
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
14+
--trace print out full stack trace on errors

0 commit comments

Comments
 (0)