Skip to content

roushou/polys

Repository files navigation

Polys

An unofficial TypeScript toolkit to build apps on top of Polymarket API.

Warning

This is currently work-in-progress so the API may change and some features may be missing

This repository contains a TypeScript implementation for interacting with Polymarket, including:

Documentation

See the documentation.

Requirements

This project uses Bun as the runtime and package manager. Please follow the installation instructions if you don't have it already installed.

Getting Started

Install dependencies:

bun install

Run the Signing Server

bun dev:server

Development

# Format code
bun run format

# Lint code
bun run lint

# Type check
bun run check:types

# Build all packages
bun run build

License

This project is licensed under the MIT License

About

Polymarket Typescript toolkit

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published