# SDK & Tooling

#### **Substrate inbuilt tools**

After compiling the G6 solo chain, you will have all the Substrate tools ready to be used (eg. subkey and others).

Then you can use common frameworks such as python3's substrate-interface.

#### U**seful code snippets**

&#x20;<https://g.g6.network/g6-networks-release/gen6-snippets>

#### Running the G6 dev chain

If you want to run the blockchain locally (compiled from the public release):

```
./target/release/g6-solo-node --dev
```

Default WSS "CHAIN\_PORT": 9944

Default HTTP "RPC\_PORT": 30333

Then you can connect with python3's substrate-interface or PJS.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.gen6.life/developer-resources/sdk-and-tooling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
