Introduction
Learn how to use Hypersonic Smart Order Routing API using Node.
Prerequisites
1. Setup a Node project
npm init -y
2. Install Axios
npm install axios
3. Install Ethers
npm install ethers
Dependencies
axios - v1.7.7
ethers - v6.13.2