@solana/spl-account-compression

v0.1.1
SPL Account Compression Program JS API

test

start-server-and-test start-validator http://localhost:8899/health run-tests

build

rm -rf dist/ && tsc && tsc -p tsconfig.cjs.json

run-tests

jest tests --detectOpenHandles

test:events

start-server-and-test start-validator http://localhost:8899/health run-tests:events

test:accounts

start-server-and-test start-validator http://localhost:8899/health run-tests:accounts

start-validator

solana-test-validator --reset --quiet --bpf-program cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK ../target/deploy/spl_account_compression.so --bpf-program noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV ../target/deploy/spl_noop.so

run-tests:events

jest tests/events --detectOpenHandles

run-tests:accounts

jest tests/accounts --detectOpenHandles
npm i @solana/[email protected]

Metadata

Downloads