GTBS Chain — Documentation Hub
Welcome to the official documentation of GTBS Chain
A next-generation MultiVM DPoS blockchain built for developers, enterprises, and the global Web3 community.
// Create wallet (HD wallet with prefix default from chain)
const wallet = await DirectSecp256k1HdWallet.fromMnemonic(mnemonic, { prefix: "cr" });
const [firstAccount] = await wallet.getAccounts();
console.log("From address:", firstAccount.address);

Quick Start to set up your wallet or node.
JOIN GTBS — Be Part of the Chain That Works for You
Last updated


