# Install Waves ts-lib-crypto SDK
NOTE: Ensure you meet the prerequisites before installing the SDK.
# Prerequsites
- TypeScript: Version 3.9 or above.
# Tutorial
Install the Waves ts-lib-crypto 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 dependency:
npm install @waves/ts-lib-crypto
- In the
package.json
file, add paste the code block:{ ... "type": "module" }
- Create the
waves.ts
file:touch waves.ts