UNPKG

chaingate

Version:

Multi-chain cryptocurrency SDK for TypeScript — unified API for Bitcoin, Ethereum, Litecoin, Dogecoin, Bitcoin Cash, Polygon, Arbitrum, and any EVM-compatible chain. Create wallets, query balances, send transactions, and manage tokens and NFTs across UTXO

7 lines (6 loc) 309 B
"use strict"; // This file is auto-generated by @hey-api/openapi-ts Object.defineProperty(exports, "__esModule", { value: true }); exports.client = void 0; const client_1 = require("./client"); exports.client = (0, client_1.createClient)((0, client_1.createConfig)({ baseUrl: 'https://api.chaingate.dev' }));