SDK & Tooling

Being released during Q4 2025.

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.

Useful code snippets

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.

Last updated

Was this helpful?