@xdefi/chains

v1.0.0
This TypeScript library is designed to provide a unified interface for working with multiple blockchain networks, allowing developers to interact with various blockchain chains seamlessly. It supports a wide range of features and blockchain networks, maki

prepare

husky install

build

turbo run build

dev

turbo run dev

publish:packages

turbo run build && turbo run publish:packages

coverage:per-package

turbo run coverage

coverage:total

yarn coverage:per-package && node coverage.js

test

turbo run test

test:watch

turbo run test:watch

compile

turbo run compile

compile:build

turbo run compile:build

watch

turbo run watch --parallel

lint

turbo run lint

lint:fix

turbo run lint:fix

format

prettier --write "**/*.{ts,tsx,md}"

clean

turbo run clean && rimraf node_modules

typedoc

turbo run typedoc

chain:generate

HYGEN_TMPLS=templates hygen basic new

publish-packages

turbo run build lint && changeset version && changeset publish
npm i @xdefi/chains

Metadata

  • Unknown
  • >=14.0.0
  • Unknown
  • released 4/30/2024

Downloads