> For the complete documentation index, see [llms.txt](https://wiki.gen6.life/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.gen6.life/technology-core/developer-resources/sdk-and-tooling.md).

# 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.
