@cosmos-kit/react

v2.10.0
cosmos-kit wallet connector
cosmos cosmos-kit cosmostation leap keplr wallet

lint

eslint --ext .tsx,.ts .

test

jest

build

npm run clean && npm run build:cjs && npm run build:esm

clean

npm run clean:cjs && npm run clean:esm

clear

rm -rf ./dist

format

eslint --ext .tsx,.ts --fix .

prepare

npm run build

build:cjs

yarn tsc -p tsconfig.json --outDir cjs --module commonjs || true

build:esm

yarn tsc -p tsconfig.json --outDir esm --module es2022 || true

clean:cjs

rimraf cjs

clean:esm

rimraf esm

test:debug

node --inspect node_modules/.bin/jest --runInBand

test:watch

jest --watch
npm i @cosmos-kit/[email protected]

Metadata

Downloads