@coinbase/onchainkit

v0.35.0
<div align="center"> <p> <a href="https://onchainkit.xyz"> <img src="./site/docs/public/logo/v0-33.png" width="100%" height="100%" alt="OnchainKit logo vibes"/> </a> </p>

build

packemon build --addEngines --addFiles --declaration && npx packemon validate --no-license --no-people --no-repo && tailwindcss -i ./src/styles/index.css -o ./src/tailwind.css --minify && tailwindcss -i ./src/styles/index-with-tailwind.css -o ./src/styles.css --minify

check

biome check --write .

check:unsafe

biome check . --fix --unsafe

ci:check

biome ci --formatter-enabled=false --linter-enabled=false

ci:format

biome ci --linter-enabled=false --organize-imports-enabled=false

ci:lint

biome ci --formatter-enabled=false --organize-imports-enabled=false

cp

cp -R src site/docs/pages

format

biome format --write .

lint

biome lint --write .

lint:unsafe

biome lint --write --unsafe .

storybook:dev

storybook dev -p 6006

storybook:build

storybook build

storybook:test

test-storybook

test

vitest run

test:coverage

vitest run --coverage

test:watch

vitest

test:ui

vitest --ui

release:check

changeset status --verbose --since=origin/main

release:publish

yarn install && yarn build && changeset publish

release:version

changeset version && yarn install --immutable

watch

tailwind -i ./src/styles/index-with-tailwind.css -o ./src/styles.css --watch

watch:tailwind

tailwind -i ./src/styles/index.css -o ./src/tailwind.css --watch
npm i @coinbase/onchainkit

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/21/2024

Downloads