Skip to content

AccessTime Common

This package centralizes configuration constants and shared utilities used across AccessTime projects. It follows the DRY principle, ensuring consistency across repositories.

Installation

npm install @accesstimeio/accesstime-common

Purpose

  • Stores constants such as supported chains and contract addresses.
  • Defines shared utilities used across multiple projects.
  • Used internally by most AccessTime repositories but is also publicly available.

This package is mainly for AccessTime developers, but others can use it to build custom tools or integrations.