chaingate-react
Advanced tools
+23
-20
| { | ||
| "name": "chaingate-react", | ||
| "version": "1.0.0", | ||
| "version": "1.2.0", | ||
| "description": "React hooks and providers for ChainGate — integrate multi-chain cryptocurrency wallets into React apps with two hooks. Create, import, and manage wallets across Bitcoin, Ethereum, and 30+ blockchains with zero boilerplate and automatic state synchronization.", | ||
@@ -23,2 +23,6 @@ "main": "dist/index.js", | ||
| "keywords": [ | ||
| "react", | ||
| "react-hooks", | ||
| "react-provider", | ||
| "react-context", | ||
| "cryptocurrency", | ||
@@ -28,27 +32,26 @@ "blockchain", | ||
| "ethereum", | ||
| "react", | ||
| "react-hooks", | ||
| "web3", | ||
| "defi", | ||
| "litecoin", | ||
| "dogecoin", | ||
| "bitcoin-cash", | ||
| "polygon", | ||
| "arbitrum", | ||
| "avalanche", | ||
| "bnb-chain", | ||
| "base", | ||
| "evm", | ||
| "utxo", | ||
| "multi-chain", | ||
| "wallet", | ||
| "crypto-wallet", | ||
| "hd-wallet", | ||
| "evm", | ||
| "utxo", | ||
| "polygon", | ||
| "arbitrum", | ||
| "litecoin", | ||
| "dogecoin", | ||
| "bitcoin-cash", | ||
| "token-transfer", | ||
| "bip39", | ||
| "mnemonic", | ||
| "web3", | ||
| "defi", | ||
| "erc20", | ||
| "erc721", | ||
| "nft", | ||
| "crypto-payments", | ||
| "blockchain-api", | ||
| "transactions", | ||
| "token-transfer", | ||
| "typescript", | ||
| "sdk", | ||
| "react-provider", | ||
| "wallet-management", | ||
| "fiat-conversion", | ||
| "dapp" | ||
@@ -74,6 +77,6 @@ ], | ||
| "@eslint/js": "^10.0.1", | ||
| "chaingate": "^1.0.0", | ||
| "@testing-library/react": "^16.3.0", | ||
| "@types/react": "^19.1.0", | ||
| "@types/react-dom": "^19.1.0", | ||
| "chaingate": "^1.2.0", | ||
| "eslint": "^10.0.2", | ||
@@ -80,0 +83,0 @@ "eslint-config-prettier": "^10.1.8", |
15001
0.11%