📄️ Quick Start
The Socket SDK allows developers to quickly and easily integrate socket features into their javascript applications.
📄️ Query Routes
In order to execute trades using socket, we must first establish the tokens being exchanged and the path.
📄️ Executing a route
Once you have decided on a suitable route to execute. You may start engaging the sdk to execute it.
📄️ Executing with Web3 Provider
The easiest way to execute routes using the Socket SDK is by connecting a web3 provider. Using this method, the SDK will handle the entire process of the transaction, including approvals, prompting wallets, switching networks and more.
📄️ Continue a route
In certain circumstances, you may be required to continue a route that was started.