Installation
Prerequisites
Before installing @wizz-btc/api
, ensure the following requirements are met:
-
Node.js Installed: You need to have Node.js installed on your system. We recommend using the latest LTS (Long-Term Support) version for stability. You can download it from the official Node.js website or use a version manager like
nvm
to install it. -
Existing Node.js Project: You should have an existing Node.js project set up with a
package.json
file.
Installation
Open your terminal, navigate to your project directory, and run the following command to install @wizz-btc/api
as a dependency:
npm i @wizz-btc/api