49 packages
@ctrl-tech/chains
This TypeScript library is designed to provide a unified interface for working with multiple blockchain networks, allowing developers to interact with various blockchain chains seamlessly. It supports a wide range of features and blockchain networks, maki
@ctrl-tech/chains-binance
```typescript const binanceManifest = { name: 'Binance', description: '', rpcURL: 'https://bbc-dex.xdefiservices.com', chainSymbol: 'BNB', blockExplorerURL: 'https://explorer.bnbchain.org', chainId: 'Binance-Chain-Tigris', chain: 'binance',
@ctrl-tech/chains-bitcoin
```typescript const bitcoinManifest = { name: 'Bitcoin', description: '', rpcURL: 'https://btc-haskoin.xdefiservices.com', chainSymbol: 'BTC', blockExplorerURL: 'https://blockchair.com/bitcoin', chainId: 'bitcoin', chain: 'bitcoin', decima
@ctrl-tech/chains-bitcoincash
```typescript const bitcoincashManifest = { name: 'Bitcoin Cash', description: '', rpcURL: 'https://bch-mainnet.xdefiservices.com', chainSymbol: 'BCH', blockExplorerURL: 'https://blockchair.com/bitcoin-cash', chainId: 'bitcoincash', chain: '
@ctrl-tech/chains-controller
@ctrl-tech/chains-core
@ctrl-tech/chains-cosmos
```typescript const cosmosManifest = { name: 'Cosmos Hub', description: '', rpcURL: 'https://rpc-proxy.xdefi.services/cosmos/rpc/mainnet', lcdURL: 'https://rpc-proxy.xdefi.services/cosmos/lcd/mainnet', chainSymbol: 'ATOM', blockExplorerURL: 'h
@ctrl-tech/chains-dogecoin
```typescript const dogecoinManifest = { name: 'Dogecoin', description: '', rpcURL: 'https://blockstream.info', chainSymbol: 'DOGE', blockExplorerURL: 'https://blockchair.com/dogecoin', chainId: 'dogecoin', chain: 'dogecoin', decimals: 8,
@ctrl-tech/chains-evm
```typescript const ethereumManifest = { name: 'Ethereum', description: '', rpcURL: 'https://ethereum-mainnet.xdefiservices.com', chainSymbol: 'ETH', blockExplorerURL: 'https://etherscan.io', chainId: '1', chain: 'ethereum', decimals: 18,
@ctrl-tech/chains-graphql
Run `yarn compile` to generate latest typings