SDK & Tooling
Being released during Q4 2025.
Last updated
Was this helpful?
Being released during Q4 2025.
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.
https://g.g6.network/g6-networks-release/gen6-snippets
If you want to run the blockchain locally (compiled from the public release):
./target/release/g6-solo-node --devDefault 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?
Was this helpful?