@sova-labs/sdk
Version:
Sova MEV Searcher SDK for TON
30 lines (20 loc) • 1.21 kB
Markdown
# 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:
1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Make your changes and commit them with clear and descriptive messages.
4. Push your changes to your fork.
5. Open a pull request to the main repository.