@towns-labs/generated
v3.2.0
Published
## Description
Readme
@towns-labs/generated
Description
Contract ABIs and TypeScript types for the Towns Protocol smart contracts. This package provides compiled artifacts and type definitions for interacting with Towns Protocol contracts on Base and Towns chains.
Overview
This package contains:
dev/abis/- Contract ABI JSON files and TypeScript exportsdev/typings/- TypeScript type definitions and factory contractsdeployments/- Contract addresses by network and environmentconfig/- Deployment configuration files
Quick Start
# After fresh clone
bun install && bun run build
# Get artifacts (auto-downloads or generates as needed)
bun run buildTroubleshooting
# Missing artifacts error
bun run build
# Clean slate regeneration
rm -rf dev/ && bun run build