Skip to content

Commit

Permalink
Replace terminal image with terminal snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzhong-papermoon committed May 7, 2024
1 parent 44c8cb6 commit 1b5ae8a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<div id="termynal" data-termynal>
<span data-ty="input"><span class="file-path"></span>node_modules/.bin/substrate-api-sidecar</span>
<br>
<span data-ty>v0.36.0: Pulling from moonbeamfoundation/moonbeam
SAS:
<br>πŸ“¦ LOG:
<br><br>βœ… LEVEL: "info"
<br><br>βœ… JSON: false
<br><br>βœ… FILTER_RPC: false
<br><br>βœ… STRIP_ANSI: false
<br><br>βœ… WRITE: false
<br><br>βœ… WRITE_PATH: "/Users/wuzhongzhu/Documents/Work/Foundry/temp/node_modules/@substrate/api-sidecar/build/src/logs"
<br><br>βœ… WRITE_MAX_FILE_SIZE: 5242880
<br><br>βœ… WRITE_MAX_FILES: 5
πŸ“¦ SUBSTRATE:
<br><br>βœ… URL: "wss://wss.api.moonbeam.network"
<br><br>βœ… TYPES_BUNDLE: undefined
<br><br>βœ… TYPES_CHAIN: undefined
<br><br>βœ… TYPES_SPEC: undefined
<br><br>βœ… TYPES: undefined
πŸ“¦ EXPRESS:
<br><br>βœ… BIND_HOST: "127.0.0.1"
<br><br>βœ… PORT: 8080
<br><br>βœ… KEEP_ALIVE_TIMEOUT: 5000
2024-05-07 11:29:54 info: Version: 18.0.0
2024-05-07 11:29:55 warn: API/INIT: RPC methods not decorated: eth_getBlockReceipts, moon_isBlockFinalized, moon_isTxFinalized
2024-05-07 11:29:55 warn: API/INIT: moonbeam/2801: Not decorating unknown runtime apis: 0xd0399cd053adda2b/1, 0xa33d43f58731ad84/2, 0xba8173bf23b2e6f8/1
2024-05-07 11:29:55 info: Connected to chain Moonbeam on the moonbeam client at wss://wss.api.moonbeam.network
2024-05-07 11:29:55 info: Listening on http://127.0.0.1:8080/
2024-05-07 11:29:55 info: Check the root endpoint (http://127.0.0.1:8080/) to see the available endpoints for the current node
</span>
</div>
2 changes: 1 addition & 1 deletion builders/build/substrate-api/sidecar.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ node_modules/.bin/substrate-api-sidecar

If the installation and configuration are successful, you should see this output in the console:

![Successful Output](/images/builders/build/substrate-api/sidecar/sidecar-1.webp)
--8<-- 'code/builders/get-started/networks/moonbeam-dev/terminal/sidecar.md'

## Substrate API Sidecar Endpoints {: #substrate-api-sidecar-endpoints }

Expand Down
Binary file not shown.

0 comments on commit 1b5ae8a

Please sign in to comment.