0.1.12 • Published 1 month ago
@sova-labs/sdk v0.1.12
Sova SDK
Sova SDK is a JavaScript/TypeScript library for interacting with the Sova MEV Engine and Searcher services. It provides functionalities for authentication, streaming mempool transactions, subscribing to bundles, and sending bundles.
- Authentication: Authenticate using your private key to obtain access and refresh tokens.
- Streaming Mempool Transactions: Stream transactions from the client to the Sova MEV Engine.
- Subscribe to Bundles: Subscribe to receive a stream of simulated and profitable bundles.
- Send Bundles: Send bundles to the Sova MEV Engine for processing.
Installation
Install the package via npm:
npm install @sova-labs/sdk
Or using yarn:
yarn add @sova-labs/sdk
Usage Guide
https://sova-network.gitbook.io/sova-labs/mev-searcher-guide/javascript-sdk
Contributing
Contributions are welcome! Please open an issue or submit a pull request with any changes or enhancements. Follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them with clear and descriptive messages.
- Push your changes to your fork.
- Open a pull request to the main repository.