0.0.3 • Published 5 months ago

camelot-sdk v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Camelot SDK

This is a TypeScript SDK for interacting with Camelot services.

Current Features:

  • Logger

Installation

npm install camelot-sdk

Logger Usage

import { Logger } from 'camelot-sdk';

Logger.configure({
    prettyLogs: true,
    debug: true,
    workerName: 'worker-name',
    chainId: '1',
    chainName: 'arbitrum',
    environment: 'staging || prod'
});
0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

6 months ago