CoW SDK - Scripts
A TypeScript application with scripts for interacting with CoW Protocol using the SDK.
Prerequisites
- Node.js (v16 or higher)
- Yarn package manager
Setup
Install dependencies:
yarn installSet up environment variables:
cp .env.example .envRun the application in dev mode:
yarn devDevelopment
# Run once
yarn dev
# Run in watch mode (convenient for development)
yarn watchBuild
yarn buildOnce built, you can run the application in production mode:
yarn start