Skip to content

anxolin/cow-sdk-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 install

Set up environment variables:

cp .env.example .env

Run the application in dev mode:

yarn dev

Development

# Run once
yarn dev

# Run in watch mode (convenient for development)
yarn watch

Build

yarn build

Once built, you can run the application in production mode:

yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published