# Install SDKs
NOTE: Ensure you meet the prerequisites before installing the SDKs:
# Prerequsites
- TypeScript: Version 3.9 or above.
# Tutorial
Install the SDKs by following the steps:
- Create and go to the project directory:
mkdir waves_ts && cd waves_ts
- Initialize the project and specify its parameters:
npm init
- Install the dependencies:
npm install @waves/ts-lib-crypto @waves/waves-transactions
- In the
package.json
file, paste the code block:{ ... "type": "module" }
- Create the
waves.ts
file:touch waves.ts