Collection of auto-generated TypeScript connectors for Binance Web3 APIs.
Before using the connectors, ensure you have:
- Node.js (version 22.12.0 or later)
- npm (comes with Node.js)
- nvm (Node Version Manager)
Using nvm:
nvm install 22.12.0
nvm use 22.12.0- @binance-web3/wallet - Web3 Wallet connector
For detailed information, refer to the Binance API Documentation.
Each connector is published as a separate npm package. For example:
npm install @binance-web3/walletSince this repository contains auto-generated code using OpenAPI Generator, we encourage you to:
- Open a GitHub issue to discuss your ideas or report bugs
- Allow maintainers to implement necessary changes through the code generation process
This project is licensed under the MIT License - see the LICENSE file for details.