You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/run-node/04-rosetta.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ An implementation example can be found in `simapp` package.
54
54
55
55
To run Rosetta in your application CLI, use the following command:
56
56
57
-
> **Note:** if using the native approach, add your node name before any rosetta comand.
57
+
> **Note:** if using the native approach, add your node name before any rosetta command.
58
58
59
59
```shell
60
60
rosetta --help
@@ -74,7 +74,7 @@ rosetta
74
74
75
75
## Plugins - Multi chain connections
76
76
77
-
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily trough plugins.
77
+
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily through plugins.
78
78
79
79
To use Rosetta over any chain, it is required to set up prefixes and registering zone specific interfaces through plugins.
Copy file name to clipboardExpand all lines: versioned_docs/version-0.50/user/run-node/04-rosetta.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ An implementation example can be found in `simapp` package.
54
54
55
55
To run Rosetta in your application CLI, use the following command:
56
56
57
-
> **Note:** if using the native approach, add your node name before any rosetta comand.
57
+
> **Note:** if using the native approach, add your node name before any rosetta command.
58
58
59
59
```shell
60
60
rosetta --help
@@ -74,7 +74,7 @@ rosetta
74
74
75
75
## Plugins - Multi chain connections
76
76
77
-
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily trough plugins.
77
+
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily through plugins.
78
78
79
79
To use Rosetta over any chain, it is required to set up prefixes and registering zone specific interfaces through plugins.
Copy file name to clipboardExpand all lines: versioned_docs/version-0.52/user/run-node/04-rosetta.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ An implementation example can be found in `simapp` package.
54
54
55
55
To run Rosetta in your application CLI, use the following command:
56
56
57
-
> **Note:** if using the native approach, add your node name before any rosetta comand.
57
+
> **Note:** if using the native approach, add your node name before any rosetta command.
58
58
59
59
```shell
60
60
rosetta --help
@@ -74,7 +74,7 @@ rosetta
74
74
75
75
## Plugins - Multi chain connections
76
76
77
-
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily trough plugins.
77
+
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily through plugins.
78
78
79
79
To use Rosetta over any chain, it is required to set up prefixes and registering zone specific interfaces through plugins.
0 commit comments